Ejemplo n.º 1
0
 public StoresController([FromServices] IStoreManagment service)
 {
     _storeManagmentService = service;
 }
Ejemplo n.º 2
0
 public OrdersController(IStoreManagment storeManagment)
 {
     this._storeManagment = storeManagment;
 }