Example #1
0
 public WorkTimeSortEntity GetEntity(DateTime startDate, string keyWord)
 {
     return(service.GetEntity(startDate, keyWord));
 }