C# Class Sequencing.WeatherApp.Controllers.DaoLayer.MSSQLSendForecastDao

Inheritance: ISendForecastDao
Afficher le fichier Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Méthodes publiques

Méthode Description
Find ( string userName ) : SendForecast
Insert ( SendForecast send ) : SendForecast
StorageProcetureCalling ( System.DateTime date, System.Int64 condId, System.Int64 vitaminDId, System.Int64 melanomaRiskId, System.Int64 userId, System.Int64 appType ) : string

Method Details

Find() public méthode

public Find ( string userName ) : SendForecast
userName string
Résultat Sequencing.WeatherApp.Models.SendForecast

Insert() public méthode

public Insert ( SendForecast send ) : SendForecast
send Sequencing.WeatherApp.Models.SendForecast
Résultat Sequencing.WeatherApp.Models.SendForecast

StorageProcetureCalling() public méthode

public StorageProcetureCalling ( System.DateTime date, System.Int64 condId, System.Int64 vitaminDId, System.Int64 melanomaRiskId, System.Int64 userId, System.Int64 appType ) : string
date System.DateTime
condId System.Int64
vitaminDId System.Int64
melanomaRiskId System.Int64
userId System.Int64
appType System.Int64
Résultat string