Ejemplo n.º 1
0
 public Guid GetShareId(Guid fileId, Guid userId)
 {
     try
     {
         return(_sharesRepository.GetShareId(fileId, userId));
     }
     catch (Exception ex)
     {
         Log.Logger.ServiceLog.Error(ex.Message);
         throw;
     }
 }