Exemple #1
0
 public AdminRepo(DBContextApp db)
 {
     this._db = db;
 }
Exemple #2
0
 public UsersRepo(DBContextApp db)
 {
     this._db = db;
 }