Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <DesktopApp.ServiceModeloNegocios.Customer[]> GetListCustomersByEstadoAsync(DesktopApp.ServiceModeloNegocios.Estado estado)
 {
     return(base.Channel.GetListCustomersByEstadoAsync(estado));
 }
Ejemplo n.º 2
0
 public DesktopApp.ServiceModeloNegocios.Customer[] GetListCustomersByEstado(DesktopApp.ServiceModeloNegocios.Estado estado)
 {
     return(base.Channel.GetListCustomersByEstado(estado));
 }