示例#1
0
 public async Task <int> AddContact(AddContactsModel model)
 {
     return(await _phoneBookService.AddNewContact(model));
 }