Пример #1
0
 public StoresController([FromServices] IStoreManagment service)
 {
     _storeManagmentService = service;
 }
Пример #2
0
 public OrdersController(IStoreManagment storeManagment)
 {
     this._storeManagment = storeManagment;
 }