Example #1
0
 public bool DeleteByUserAndDate(int UserID, DateTime Day)
 {
     return(mgr.DeleteByUserAndDate(UserID, Day));
 }