Exemple #1
0
 public IList CanEstimateWorkingHoursInfo(long storeID, int year)
 {
     return(RemoteService.CanEstimateWorkingHoursInfo(storeID, year));
 }
Exemple #2
0
 public IList CanEstimateWorkingHoursInfo(int year)
 {
     return(RemoteService.CanEstimateWorkingHoursInfo(year));
 }