public DatabaseInitializer(IVehicleVendorMySqlDbContextUnitOfWork context)
 {
     this.context = context;
 }
 public DatabaseInitializer(IVehicleVendorMySqlDbContextUnitOfWork context)
 {
     this.context = context;
 }
示例#3
0
 public VehicleVendorMySqlRepository(IVehicleVendorMySqlDbContextUnitOfWork context)
 {
     this.context = context;
 }