示例#1
0
 public List <DepotObject> GetLocalDepots()
 {
     try
     {
         return(_depotManager.GetLocalDepots());
     }
     catch (Exception ex)
     {
         ErrorLogger.LoggError(ex.StackTrace, ex.Source, ex.Message);
         return(new List <DepotObject>());
     }
 }