Beispiel #1
0
 public dynamic GetStartDayHistory(int branchId, DateTime fromDate, DateTime toDate)
 {
     return(UserVM.GetStartDayHistory(branchId, fromDate, toDate));
 }