public OfficeRepositoryEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
 public EquipmentDefaultMeasurementTypeEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #3
0
 public SupplierEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #4
0
 public EmployeeEF(CCDBContext ctx)
 {
     db = ctx;
 }
예제 #5
0
 public EquipmentTypeEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
 public ProductCategoryEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #7
0
 public CareerTypeEF(CCDBContext db)
 {
     _db = db;
 }
예제 #8
0
 public ProductEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #9
0
 public DependencyEquipmentEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }
예제 #10
0
 public CareerEF(CCDBContext context)
 {
     db = context;
 }
 public SupplierCategoryEF(CCDBContext ctx)
 {
     _ctx = ctx;
 }