Exemplo n.º 1
0
 public ItemsController(ItemContext phoneContext, PhonePropertiesContext hardwareContext)
 {
     _phoneContext    = phoneContext;
     _hardwareContext = hardwareContext;
 }
 public PhonePropertiesController(PhonePropertiesContext context)
 {
     _context = context;
 }
 public HardwareController(PhonePropertiesContext context)
 {
     _context = context;
 }