コード例 #1
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.EmpresaServices.EntityTipoEmpresa[]> SelectTipoEmpresaAsync(SGI.Proxy.Services.EmpresaServices.EntityTipoEmpresa oEntityEmpresa)
 {
     return(base.Channel.SelectTipoEmpresaAsync(oEntityEmpresa));
 }
コード例 #2
0
 public SGI.Proxy.Services.EmpresaServices.EntityTipoEmpresa[] SelectTipoEmpresa(SGI.Proxy.Services.EmpresaServices.EntityTipoEmpresa oEntityEmpresa)
 {
     return(base.Channel.SelectTipoEmpresa(oEntityEmpresa));
 }