Exemplo n.º 1
0
 public int AddContact(ContactDetail contact)
 {
     return(_dataProvider.AddContact(contact));
 }