示例#1
0
 public UnitOfWork(CRCompraDBContext context)
 {
     this.context = context;
 }
 public VehicleRepository(CRCompraDBContext context)
 {
     this.context = context;
 }