Пример #1
0
 public bool IsFileExists(string fileName)
 {
     return(_repository.IsFileExists(fileName));
 }