public CodeChantierLogic(PrestationDbContext db) { _db = db; }
public PresationLogic(PrestationDbContext db) { _db = db; }
public UserLogic(PrestationDbContext db) { _db = db; }