コード例 #1
0
ファイル: Create.cshtml.cs プロジェクト: Arman-prog/WareHouse
 public CreateModel(Pahest.Models.PahestContext context)
 {
     _context = context;
 }
コード例 #2
0
        }                                    //arjeq chi stanum

        public DeleteModel(Pahest.Models.PahestContext context)
        {
            _context = context;
        }
コード例 #3
0
ファイル: Sale.cshtml.cs プロジェクト: Arman-prog/WareHouse
 public SaleModel(Pahest.Models.PahestContext context)
 {
     _context = context;
 }
コード例 #4
0
 public IndexModel(Pahest.Models.PahestContext context)
 {
     _context = context;
 }
コード例 #5
0
 public EditModel(Pahest.Models.PahestContext context)
 {
     _context = context;
 }