Exemplo n.º 1
0
 public static bool HourDelete(int hourId)
 {
     return(HourService.HourDelete(
                HourService.HourFetch(hourId)));
 }