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