C# 클래스 Sequencing.WeatherApp.Controllers.DaoLayer.MSSQLSendForecastDao

상속: ISendForecastDao
파일 보기 프로젝트 열기: SequencingDOTcom/Weather-My-Way-RTP-app

공개 메소드들

메소드 설명
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

메소드 상세

Find() 공개 메소드

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

Insert() 공개 메소드

public Insert ( SendForecast send ) : SendForecast
send Sequencing.WeatherApp.Models.SendForecast
리턴 Sequencing.WeatherApp.Models.SendForecast

StorageProcetureCalling() 공개 메소드

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
리턴 string