示例#1
0
 public UnitOfWork(VeegaContext DBContext)
 {
     _DBContext = DBContext;
 }
示例#2
0
 public VehicleFeatureRepository(VeegaContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }
示例#3
0
 public VehicleDetailsRepository(VeegaContext context, IMapper mapper) : base(context)
 {
     _mapper = mapper;
 }