Exemplo n.º 1
0
 // GET: api/ContactUs
 public IEnumerable <ContactUs> GetcontactUs()
 {
     return(contactUsRepository.GetContactUs());
 }