Example #1
0
 public List <CustomerContactEntity> GetContactRelationshipList(int contactId, int customerId)
 {
     _customerDataAccess = new CustomerDataAccess(_context);
     return(_customerDataAccess.GetContactRelationshipList(contactId, customerId));
 }