Exemplo n.º 1
0
 public VehicleRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }
Exemplo n.º 2
0
 public UserRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }