Ejemplo n.º 1
0
 public static Hour HourFetch(int hourId)
 {
     return(Hour.FetchHour(
                new HourCriteria
     {
         HourId = hourId
     }));
 }