Beispiel #1
0
 public bool AddContact(int accountId, int contactId)
 {
     return(_accountRepository.AddContact(accountId, contactId));
 }