//{
 //    throw new NotImplementedException();
 //}
 public List <Schedule> ManageScheduleBAL(long companyID, long?CourseID, long?ClassID, DateTime firstdate, DateTime LastDate) => _AttendanceDAL.ManageScheduleDAL(companyID, CourseID, ClassID, firstdate, LastDate);
示例#2
0
 //{
 //    throw new NotImplementedException();
 //}
 public List <Schedule> ManageScheduleBAL(long companyID, long?CourseID, long?ClassID) => _AttendanceDAL.ManageScheduleDAL(companyID, CourseID, ClassID);