Ejemplo n.º 1
0
 public GetRentPointByNameQuery(IRentPointService rentPointService)
 {
     _rentPointService = rentPointService;
 }
 public AddRentPointCommand(IRentPointService rentPointService)
 {
     _rentPointService = rentPointService;
 }
Ejemplo n.º 3
0
 public AddRentPointCommand(IRentPointService service)
 {
     _service = service;
 }