Пример #1
0
 public GetRentPointByNameQuery(IRentPointService rentPointService)
 {
     _rentPointService = rentPointService;
 }
 public AddRentPointCommand(IRentPointService rentPointService)
 {
     _rentPointService = rentPointService;
 }
Пример #3
0
 public AddRentPointCommand(IRentPointService service)
 {
     _service = service;
 }