Example #1
0
 public CodeChantierLogic(PrestationDbContext db)
 {
     _db = db;
 }
Example #2
0
 public PresationLogic(PrestationDbContext db)
 {
     _db = db;
 }
Example #3
0
 public UserLogic(PrestationDbContext db)
 {
     _db = db;
 }