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