Ejemplo n.º 1
0
 public AppleDevicesQuery(IAppleDevicesRepository repository)
 {
     _repository = repository;
 }
Ejemplo n.º 2
0
 public AppleDevicesCommand(IAppleDevicesRepository repository)
 {
     _repository = repository;
 }