예제 #1
0
 public RawMaterialsController(RawMaterialsContext context)
 {
     _context = context;
     this.db  = context;
 }
예제 #2
0
 public FeedBackRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
예제 #3
0
 public SuplierCategoryRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
예제 #4
0
 public TypeOfStoragesController(RawMaterialsContext context)
 {
     _context = context;
     this.db  = context;
 }
예제 #5
0
 public MaterialRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
예제 #6
0
 public PagingAndSorting(RawMaterialsContext context) : base(context)
 {
 }
예제 #7
0
 public UserRepo(RawMaterialsContext context) : base(context)
 {
 }
예제 #8
0
 public SuplierMaterialRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
예제 #9
0
 public GenericRepo(RawMaterialsContext context)
 {
     Context = context;
 }
 public HumanResourceDepartmentsController(RawMaterialsContext context)
 {
     _context = context;
     this.db  = context;
 }
예제 #11
0
 public ImporterCategoryRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }