Пример #1
0
 public BackupsController(IBackupsService backupsService)
 {
     this.backupsService = backupsService;
 }
Пример #2
0
 public BackupsController(IStoresService storesService, IBackupsService backupsService)
 {
     this.storesService = storesService;
     this.backupsService = backupsService;
 }