HourFetch() 공개 정적인 메소드

public static HourFetch ( int hourId ) : Hour
hourId int
리턴 Hour
예제 #1
0
 public static bool HourDelete(int hourId)
 {
     return(HourRepository.HourDelete(
                HourRepository.HourFetch(hourId)));
 }