예제 #1
0
파일: Employee.cs 프로젝트: chinaq/PayRoll
 public DateTime GetStartDay(DateTime payDay)
 {
     return(schedule.GetStartDay(payDay));
 }