public UserStore(UserVehicleSectionContext db)
 {
     this.db = db;
 }
示例#2
0
 public UserServices(UserVehicleSectionContext ctx)
 {
     context = ctx;
 }