public FacturaProveedoresController() { _repo = new RepoCustom(); }
public PermisosController() { _repo = new RepoCustom(); }
public PermisosController(IRepoCustom repoCustom) { _repo = repoCustom; }
public SocialWorkController(IRepoCustom repoCustom) { _repo = repoCustom; }
public OrdenPagoController() { _repo = new RepoCustom(); }
public SocialWorkController() { _repo = new RepoCustom(); }
public ExpensesController(IRepoCustom repoCustom) { _repo = repoCustom; }
public ExpensesController() { _repo = new RepoCustom(); path_file = ConfigurationManager.AppSettings["path_files"].ToString(); }
public UsersController(IRepoCustom repoCustom) { _repo = repoCustom; }
public UsersController() { _repo = new RepoCustom(); }