コード例 #1
0
 public DbInitialise(SweetshopContext context)
 {
     sweetshopContext = context;
 }
コード例 #2
0
 public EmployeeController(SweetshopContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }