Пример #1
0
 public bool DeleteFileByFileId(int fileId, string userId)
 {
     return(_fileRepository.DeleteFileByFileId(fileId, userId));
 }