Ejemplo n.º 1
0
 public int Insert_Contact(ContactInfo contact)
 {
     return(_contactRepo.Insert_Contact(contact));
 }