예제 #1
0
 public static DataTable CentroEmpleado(int idempleado)
 {
     return(AdDatosCentro.CentroEmpleado(idempleado));
 }
예제 #2
0
 public static int Id()
 {
     return(AdDatosCentro.Id());
 }
예제 #3
0
 public static bool Eliminar(DDatosCentro e)
 {
     return(AdDatosCentro.Eliminar(e));
 }
예제 #4
0
 public static bool Actualizar(DDatosCentro e)
 {
     return(AdDatosCentro.Actualizar(e));
 }
예제 #5
0
 public static bool Agregar(DDatosCentro e)
 {
     return(AdDatosCentro.Agregar(e));
 }
예제 #6
0
 public static DataTable ListaDatosCentro()
 {
     return(AdDatosCentro.ListaCentro());
 }