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

Inheritance: ISendForecastDao
Mostrar archivo Open project: SequencingDOTcom/Weather-My-Way-RTP-app

Public Methods

Method 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 method

public Find ( string userName ) : SendForecast
userName string
return Sequencing.WeatherApp.Models.SendForecast

Insert() public method

public Insert ( SendForecast send ) : SendForecast
send Sequencing.WeatherApp.Models.SendForecast
return Sequencing.WeatherApp.Models.SendForecast

StorageProcetureCalling() public method

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
return string