Пример #1
0
 public void AddDocument(string title, string path, int caseId)
 {
     userRepository.AddDocument(title, path, caseId);
 }