コード例 #1
0
ファイル: ClientesController.cs プロジェクト: LFHL/SIG
 public ActionResult <List <Cliente> > Get()
 {
     ///Customers with all there orders? NO
     return(_Clientes.ListarTodos());
 }