Beispiel #1
0
 public VehicleRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }
 public UserRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }