Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SGI.Proxy.Services.EmpleadoServices.EntityEmpleado> SelectByKeyAsync(SGI.Proxy.Services.EmpleadoServices.KeyEmpleado oKeyEmpleado)
 {
     return(base.Channel.SelectByKeyAsync(oKeyEmpleado));
 }
Ejemplo n.º 2
0
 public SGI.Proxy.Services.EmpleadoServices.EntityEmpleado SelectByKey(SGI.Proxy.Services.EmpleadoServices.KeyEmpleado oKeyEmpleado)
 {
     return(base.Channel.SelectByKey(oKeyEmpleado));
 }