Beispiel #1
0
 public void DeleteFileById(int fileId)
 {
     _metaRepository.DeleteFileById(fileId);
 }