Example #1
0
 public IndexModel(GalpiDbContext db)
 {
     this._db = db;
 }
Example #2
0
 public CreateModel(GalpiDbContext db)
 {
     this._db = db;
 }