Exemple #1
0
 public AppleDevicesQuery(IAppleDevicesRepository repository)
 {
     _repository = repository;
 }
Exemple #2
0
 public AppleDevicesCommand(IAppleDevicesRepository repository)
 {
     _repository = repository;
 }