public System.Threading.Tasks.Task <SGI.Proxy.Services.EmpleadoServices.EntityEmpleado> DeleteAsync(SGI.Proxy.Services.EmpleadoServices.EntityEmpleado oEntityEmpleado) { return(base.Channel.DeleteAsync(oEntityEmpleado)); }
public SGI.Proxy.Services.EmpleadoServices.EntityEmpleado Insert(SGI.Proxy.Services.EmpleadoServices.EntityEmpleado oEntityEmpleado) { return(base.Channel.Insert(oEntityEmpleado)); }
public SGI.Proxy.Services.EmpleadoServices.EntityEmpleado Delete(SGI.Proxy.Services.EmpleadoServices.EntityEmpleado oEntityEmpleado) { return(base.Channel.Delete(oEntityEmpleado)); }
public SGI.Proxy.Services.EmpleadoServices.EntityEmpleado[] Select(SGI.Proxy.Services.EmpleadoServices.EntityEmpleado oEntityEmpleado) { return(base.Channel.Select(oEntityEmpleado)); }