Example #1
0
 public UserProfileObject GetDepotAdmin(int depotId)
 {
     try
     {
         return(_depotManager.GetDepotAdmin(depotId));
     }
     catch (Exception ex)
     {
         ErrorLogger.LoggError(ex.StackTrace, ex.Source, ex.Message);
         return(new UserProfileObject());
     }
 }