示例#1
0
 public List <Contacts> ContactList(ContactListRequest model)
 {
     return(CDAL.ContactList(model));
 }