コード例 #1
0
 public ItemsController(ItemContext phoneContext, PhonePropertiesContext hardwareContext)
 {
     _phoneContext    = phoneContext;
     _hardwareContext = hardwareContext;
 }
コード例 #2
0
 public PhonePropertiesController(PhonePropertiesContext context)
 {
     _context = context;
 }
コード例 #3
0
 public HardwareController(PhonePropertiesContext context)
 {
     _context = context;
 }