示例#1
0
 public IEnumerable <File> GetFilesSh(Guid id)
 {
     try
     {
         return(_sharesRepository.GetFilesSh(id));
     }
     catch (Exception ex)
     {
         Log.Logger.ServiceLog.Error(ex.Message);
         throw;
     }
 }