Пример #1
0
 // GET: api/Phone/5
 public async Task <IEnumerable <PhoneDTO> > Get(int contactId)
 {
     return(await _ourCustomerRespository.GetPhoneNumbers(contactId));
 }