コード例 #1
0
 public UserStore(UserVehicleSectionContext db)
 {
     this.db = db;
 }
コード例 #2
0
 public UserServices(UserVehicleSectionContext ctx)
 {
     context = ctx;
 }