Esempio n. 1
0
 public ActionResult <List <Cliente> > Get()
 {
     ///Customers with all there orders? NO
     return(_Clientes.ListarTodos());
 }