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