コード例 #1
0
 public SalesRecordService(UdemyWebMvcContext context)
 {
     _context = context;
 }
コード例 #2
0
 public DepartmentsController(UdemyWebMvcContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: SeedingService.cs プロジェクト: t-lum/asp_mvc_udemy
 public SeedingService(UdemyWebMvcContext context)
 {
     _context = context;
 }
コード例 #4
0
 public DepartmentService(UdemyWebMvcContext context)
 {
     _context = context;
 }
コード例 #5
0
ファイル: SellerService.cs プロジェクト: t-lum/asp_mvc_udemy
 public SellerService(UdemyWebMvcContext context)
 {
     _context = context;
 }