// GET: api/Email/5 public async Task <IEnumerable <EmailDTO> > Get(int contactId) { return(await _ourCustomerRespository.GetEmails(contactId)); }