Exemple #1
0
 public ApplicantController(
     IApplicationTypeService applicationTypeService,
     IRefIdentityAppService refIdentityService,
     IApplicantService applicantService,
     IDealerAppService dealerApptService,
     IActivityAppService activityAppService,
     IDealerActivityAppService dealerActivityAppService,
     IStationAppService stationAppService,
     IBillAppService billAppService,
     IFinancialYearAppService financialYearAppService,
     UserManager userManager,
     IUserAppService userAppService,
     RoleManager roleManager,
     IEmailSender emailSender
     )
 {
     _applicationTypeService   = applicationTypeService;
     _refIdentityService       = refIdentityService;
     _applicantService         = applicantService;
     _dealerAppService         = dealerApptService;
     _dealerActivityAppService = dealerActivityAppService;
     _activityAppService       = activityAppService;
     _stationAppService        = stationAppService;
     _billAppService           = billAppService;
     _financialYearAppService  = financialYearAppService;
     _userManager    = userManager;
     _userAppService = userAppService;
     _roleManager    = roleManager;
     _emailSender    = emailSender;
 }
 public StationsController(
     IStationAppService stationAppService,
     IRegionAppService regionAppService,
     IZoneAppService zoneAppService)
 {
     _stationAppService = stationAppService;
     _regionAppService  = regionAppService;
     _zoneAppService    = zoneAppService;
 }
 public CandidatesController(
     ICandidateAppService candidateAppService,
     FinancialYearAppService financialYEarAppService,
     IStationAppService stationAppService,
     IUserAppService userAppService
     )
 {
     _candidateAppService     = candidateAppService;
     _financialYearAppService = financialYEarAppService;
     _stationAppService       = stationAppService;
     _userAppService          = userAppService;
 }
 public HarvestingPlanController(
     IUserAppService userAppService,
     IHarvestingPlanAppService harvestingPlanAppService,
     IFinancialYearAppService financialYearAppService,
     IStationAppService stationAppService
     )
 {
     _userAppService           = userAppService;
     _harvestingPlanAppService = harvestingPlanAppService;
     _financialYearAppService  = financialYearAppService;
     _stationAppService        = stationAppService;
 }
 public ApplicantController(IApplicantService applicantService, IActivityAppService activityAppService, IBillAppService billAppService, IFinancialYearAppService financialYearAppService, IBillItemAppService billItemAppService, ITransitPass transitPass, IStationAppService stationAppService, ICheckPointTransitPass checkPointTransitPass, IRevenueSourceAppService revenueSourceAppService)
 {
     this.applicantService        = applicantService;
     this.activityAppService      = activityAppService;
     this.billAppService          = billAppService;
     this.financialYearAppService = financialYearAppService;
     this.billItemAppService      = billItemAppService;
     this.transitPass             = transitPass;
     this.stationAppService       = stationAppService;
     this.checkPointTransitPass   = checkPointTransitPass;
     this.revenueSourceAppService = revenueSourceAppService;
 }
Exemple #6
0
        public PaymentsController(
            IBillAppService billAppService,
            IDealerAppService dealerAppService,
            FinancialYearAppService financialYEarAppService,
            IUserAppService userAppService,
            IStationAppService stationAppService

            )
        {
            _billAppService          = billAppService;
            _dealerAppService        = dealerAppService;
            _financialYearAppService = financialYEarAppService;
            _userAppService          = userAppService;
            _stationAppService       = stationAppService;
        }
Exemple #7
0
 public HomeController(
     IFinancialYearAppService financialYearAppService,
     IUserAppService userAppService,
     IDealerAppService dealerAppService,
     IBillAppService billAppService,
     ILicenseAppService licenseAppService,
     IStationAppService stationAppService
     )
 {
     _financialYearAppService = financialYearAppService;
     _userAppService          = userAppService;
     _dealerAppService        = dealerAppService;
     _billAppService          = billAppService;
     _licenseAppService       = licenseAppService;
     _stationAppService       = stationAppService;
 }
 public ApplicationController(IFinancialYearAppService financialYear, IApplicantService applicant,
                              IRefApplicationTypeAppService refApplicationTypeAppService,
                              IUserAppService userAppService,
                              IDealerAppService dealerAppService,
                              ISpecieCategoryAppService specieCategoryAppService,
                              IStationAppService stationAppService
                              )
 {
     this.financialYear = financialYear;
     this.applicant     = applicant;
     this.refApplicationTypeAppService = refApplicationTypeAppService;
     _userAppService           = userAppService;
     _specieCategoryAppService = specieCategoryAppService;
     _stationAppService        = stationAppService;
     _dealerAppService         = dealerAppService;
 }
Exemple #9
0
 public ExportController(
     IExportService exportService,
     ISpecieCategoryAppService specieCategoryAppService,
     ISpecieAppService specieAppService,
     IStationAppService stationAppService,
     IApplicantService applicantService,
     IUserAppService userAppService,
     IDealerAppService dealerAppService,
     IFinancialYearAppService financialYearAppService
     )
 {
     _exportService            = exportService;
     _specieCategoryAppService = specieCategoryAppService;
     _specieAppService         = specieAppService;
     _stationAppService        = stationAppService;
     _applicantService         = applicantService;
     _userAppService           = userAppService;
     _dealerAppService         = dealerAppService;
     _financialYearAppService  = financialYearAppService;
 }
Exemple #10
0
        public DealersController(
            IDealerAppService dealerAppService,
            IUserAppService userAppService,
            IStationAppService stationAppService,
            FinancialYearAppService financialYEarAppService,
            ICandidateAppService candidateAppService,
            IDealerActivityAppService dealerActivityAppService,
            IBillAppService billAppService,
            IBillItemAppService billItemAppService

            )
        {
            _dealerAppService         = dealerAppService;
            _financialYearAppService  = financialYEarAppService;
            _stationAppService        = stationAppService;
            _candidateAppService      = candidateAppService;
            _userAppService           = userAppService;
            _dealerActivityAppService = dealerActivityAppService;
            _billAppService           = billAppService;
            _billItemAppService       = billItemAppService;
        }
Exemple #11
0
 public BillsController(
     IBillAppService billAppService,
     IBillItemAppService billItemAppService,
     IDealerAppService dealerAppService,
     IDealerActivityAppService dealerActivityAppService,
     FinancialYearAppService financialYEarAppService,
     ILicenseAppService licenseAppService,
     IRevenueSourceAppService revenueSourceAppService,
     IUserAppService userAppService,
     IStationAppService stationAppService
     )
 {
     _billAppService           = billAppService;
     _billItemAppService       = billItemAppService;
     _dealerAppService         = dealerAppService;
     _dealerActivityAppService = dealerActivityAppService;
     _financialYearAppService  = financialYEarAppService;
     _licenseAppService        = licenseAppService;
     _revenueSourceAppService  = revenueSourceAppService;
     _userAppService           = userAppService;
     _stationAppService        = stationAppService;
 }
        // private readonly IMainRevenueSuorce mainRevenueSuorce;

        public TransitPassController(ITransitPass transitPass, IBillAppService billAppService, IApplicantService applicantService, IBillItemAppService billItemAppService,
                                     IActivityAppService activityAppService,
                                     IRevenueSourceAppService revenueSourceAppService,
                                     ILicenseAppService licenseAppService,
                                     IFinancialYearAppService financialYearAppService,
                                     IStationAppService stationAppService,
                                     IRegionAppService regionAppService,
                                     ICheckPointTransitPass checkPointTransitPass,
                                     IRepository <User, long> userRepository)
        {
            this.transitPass             = transitPass;
            this.billAppService          = billAppService;
            this.applicantService        = applicantService;
            this.billItemAppService      = billItemAppService;
            this.activityAppService      = activityAppService;
            this.revenueSourceAppService = revenueSourceAppService;
            this.licenseAppService       = licenseAppService;
            this.financialYearAppService = financialYearAppService;
            this.stationAppService       = stationAppService;
            this.regionAppService        = regionAppService;
            this.checkPointTransitPass   = checkPointTransitPass;
            _userRepository = userRepository;
            // this.mainRevenueSuorce = mainRevenueSuorce;
        }
 public StationsController(IStationAppService stationAppService,
                           IUnitOfWork unitOfWork)
 {
     _stationAppService = stationAppService;
     _unitOfWork        = unitOfWork;
 }
Exemple #14
0
 public UsersController(IUserAppService userAppService, IStationAppService stationAppService, RoleManager roleManager)
 {
     _userAppService    = userAppService;
     _stationAppService = stationAppService;
     _roleManager       = roleManager;
 }
 public DivisionsController(IStationAppService stationAppService, IDivisionAppService divisionAppService)
 {
     _stationAppService  = stationAppService;
     _divisionAppService = divisionAppService;
 }