예제 #1
0
 public bool InsertNotification(string notiId, string scheId, DateTime sendTime, DateTime endTime, int soLan)
 {
     return(scheduleDAL.InsertNotification(notiId, scheId, sendTime, endTime, soLan));
 }