コード例 #1
0
 public RawMaterialsController(RawMaterialsContext context)
 {
     _context = context;
     this.db  = context;
 }
コード例 #2
0
ファイル: FeedBackRepo.cs プロジェクト: Mayar0-0/RawMaterials
 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
ファイル: MaterialRepo.cs プロジェクト: Mayar0-0/RawMaterials
 public MaterialRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
コード例 #6
0
 public PagingAndSorting(RawMaterialsContext context) : base(context)
 {
 }
コード例 #7
0
ファイル: UserRepo.cs プロジェクト: Mayar0-0/RawMaterials
 public UserRepo(RawMaterialsContext context) : base(context)
 {
 }
コード例 #8
0
 public SuplierMaterialRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }
コード例 #9
0
ファイル: GenericRepo.cs プロジェクト: Mayar0-0/RawMaterials
 public GenericRepo(RawMaterialsContext context)
 {
     Context = context;
 }
コード例 #10
0
 public HumanResourceDepartmentsController(RawMaterialsContext context)
 {
     _context = context;
     this.db  = context;
 }
コード例 #11
0
 public ImporterCategoryRepo(RawMaterialsContext ctx) : base(ctx)
 {
 }