示例#1
0
 public int Insert_Contact(ContactInfo contact)
 {
     return(_contactRepo.Insert_Contact(contact));
 }