Пример #1
0
 public async Task <IActionResult> getArticulos(int Idaccount = 15, string Idvendedor = "9999999999", string tipo_venta = "")
 {
     return(Ok(_ordersBusiness.GetArticulos(Idaccount, Idvendedor, tipo_venta)));
 }