Exemplo n.º 1
0
 public ShipperController([Named("Shipper")] ITheRingWhoGonnaRuleThemAll <Shipper> theRingWhoGonnaRuleThemAll)
 => _theRingWhoGonnaRuleThemAll = theRingWhoGonnaRuleThemAll;
Exemplo n.º 2
0
 public CustomerController([Named("Customer")] ITheRingWhoGonnaRuleThemAll <Customer> theRingWhoGonnaRuleThemAll)
 => _theRingWhoGonnaRuleThemAll = theRingWhoGonnaRuleThemAll;
Exemplo n.º 3
0
 public CategoryController([Named("Category")] ITheRingWhoGonnaRuleThemAll <Category> theRingWhoGonnaRuleThemAll)
 => _theRingWhoGonnaRuleThemAll = theRingWhoGonnaRuleThemAll;
Exemplo n.º 4
0
 public EmployeeController([Named("Employee")] ITheRingWhoGonnaRuleThemAll <Employee> theRingWhoGonnaRuleThemAll)
 => _theRingWhoGonnaRuleThemAll = theRingWhoGonnaRuleThemAll;