Example #1
0
 public Contact AddCompany(Guid contactId, Guid companyId)
 {
     return(_contactRepository.AddCompany(contactId, companyId));
 }