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