示例#1
0
 public System.Threading.Tasks.Task <WebApp.ServiceModeloNegocio.Customer[]> GetListCustomersByEstadoAsync(WebApp.ServiceModeloNegocio.Estado estado)
 {
     return(base.Channel.GetListCustomersByEstadoAsync(estado));
 }
示例#2
0
 public WebApp.ServiceModeloNegocio.Customer[] GetListCustomersByEstado(WebApp.ServiceModeloNegocio.Estado estado)
 {
     return(base.Channel.GetListCustomersByEstado(estado));
 }