コード例 #1
0
 public VehicleRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }
コード例 #2
0
 public UserRepository(CrownCleanAppContext ctx)
 {
     _ctx = ctx;
 }