예제 #1
0
 public List <TimeEntryType> GetGlobalTimeEntryTypes()
 {
     try
     {
         return(_timeEntryService.GetGlobalTimeEntryTypes());
     }
     catch (Exception ex)
     {
         LogError(ex);
         return(null);
     }
 }