Esempio n. 1
0
 public VoucherAppService(
     IVoucherPlatformManager voucherPlatformManager,
     IBinaryObjectManager binaryObjectManager)
 {
     _voucherPlatformManager = voucherPlatformManager;
     _binaryObjectManager    = binaryObjectManager;
 }
Esempio n. 2
0
 public BranchAppService(
     IStateManager stateManager,
     ILocationManager locationManager,
     IVoucherPlatformManager voucherPlatformManager,
     IBinaryObjectManager binaryObjectManager)
 {
     _stateManager           = stateManager;
     _locationManager        = locationManager;
     _voucherPlatformManager = voucherPlatformManager;
     _binaryObjectManager    = binaryObjectManager;
 }
Esempio n. 3
0
 public PublicClientAppService(
     TenantManager tenantManager,
     ITenantCategoryManager tenantCategoryManager,
     ILocationManager locationManager,
     IVoucherPlatformManager voucherPlatformManager
     )
 {
     _tenantManager          = tenantManager;
     _tenantCategoryManager  = tenantCategoryManager;
     _locationManager        = locationManager;
     _voucherPlatformManager = voucherPlatformManager;
 }