Exemple #1
0
 public DataTable BLL_GetEntranceLogS(DateTime start, DateTime end)
 {
     return(db.GetEntranceLogS(start, end));
 }