Exemple #1
0
 public bool AddFile(int noteId, File file)
 {
     return(_noteRepository.AddFile(noteId, file));
 }