示例#1
0
 public TimeSheetsEntity GetByUserId(int UserID, DateTime Day)
 {
     return(mgr.GetByUserId(UserID, Day));
 }