Ejemplo n.º 1
0
 internal int Delete_Attendance_ByEID_Date(string eid, DateTime attendate)
 {
     return(objCtx_DAL.Delete_Attendance_ByEID_Date(eid, attendate));
 }