Exemplo n.º 1
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.EmpresaServices.EntityEmpresa> DeleteAsync(SGI.Proxy.Services.EmpresaServices.EntityEmpresa oEntityEmpresa)
 {
     return(base.Channel.DeleteAsync(oEntityEmpresa));
 }
Exemplo n.º 2
0
 public SGI.Proxy.Services.EmpresaServices.EntityEmpresa Insert(SGI.Proxy.Services.EmpresaServices.EntityEmpresa oEntityEmpresa)
 {
     return(base.Channel.Insert(oEntityEmpresa));
 }
Exemplo n.º 3
0
 public SGI.Proxy.Services.EmpresaServices.EntityEmpresa Delete(SGI.Proxy.Services.EmpresaServices.EntityEmpresa oEntityEmpresa)
 {
     return(base.Channel.Delete(oEntityEmpresa));
 }
Exemplo n.º 4
0
 public SGI.Proxy.Services.EmpresaServices.EntityEmpresa[] Select(SGI.Proxy.Services.EmpresaServices.EntityEmpresa oEntityEmpresa)
 {
     return(base.Channel.Select(oEntityEmpresa));
 }