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