Example #1
0
 static public empresa Obtener(int idempresa)
 {
     return(DAEmpresa.Obtener(idempresa));
 }
Example #2
0
 public static bool Registrar(empresa empresa)
 {
     return(DAEmpresa.Registrar(empresa));
 }
Example #3
0
 static public bool Actualizar(empresa empresa)
 {
     return(DAEmpresa.Actualizar(empresa));
 }
Example #4
0
 public static List <empresa> Listado()
 {
     return(DAEmpresa.Listado());
 }