Esempio n. 1
0
 public bool CheckIfContactExists(string Name, string Surname)
 {
     return(_phonebookRepository.CheckIfContactExists(Name, Surname));
 }