Exemple #1
0
 public EmpleadosDBEF(LoanRegContext db, IHtmlHelper helper)
 {
     this.db     = db;
     this.helper = helper;
 }
Exemple #2
0
 public SolicitudesDBEF(LoanRegContext db)
 {
     this.db = db;
 }
Exemple #3
0
 public RolesDBEF(LoanRegContext db)
 {
     this.db = db;
 }
Exemple #4
0
 public ClientesDBEF(LoanRegContext db)
 {
     this.db = db;
 }