Exemplo n.º 1
0
 public bool CanEstimateWorkingHours(int year)
 {
     return(RemoteService.CanEstimateWorkingHours(year));
 }