예제 #1
0
 public PunishmentController(PunishmentContext context)
 {
     this.db = context;
 }
 public MigrationsController(PunishmentContext context)
 {
     this.db = context;
 }