Exemplo n.º 1
0
 public HAWBDetails(IHAWBManagementService hawbService, ICountryCodeManagementService countryservice, IRegionCodeManagementService regionservice,ISysUserManagementService sysUserManagementService)
 {
     _hawbService = hawbService;
     _countryservice = countryservice;
     _regionservice = regionservice;
     _sysUserManagementService = sysUserManagementService;
 }
Exemplo n.º 2
0
 public AddressBookDetails(IAddressBookManagementService addressservice, IDepartmentManagementService departmentservice, ICountryCodeManagementService countryservice, IRegionCodeManagementService regionservice, IUserManagementService userService, ISysUserManagementService sysUserManagementService)
 {
     _countryservice = countryservice;
     _regionservice = regionservice;
     _departmentservice = departmentservice;
     _userService = userService;
     _AddressBookService = addressservice;
     _sysUserManagementService = sysUserManagementService;
 }
Exemplo n.º 3
0
 public AddressBookAdd(ICompanyManagementService companyservice, ICountryCodeManagementService countryservice, IRegionCodeManagementService regionservice, IDepartmentManagementService departmentservice, IAddressBookManagementService addressbookservice, IUserManagementService userservice, ISysUserManagementService sysUserManagementService)
 {
     _departmentservice = departmentservice;
     _addressbookservice = addressbookservice;
     _countryservice = countryservice;
     _regionservice = regionservice;
     _userService = userservice;
     _companyService = companyservice;
     _sysUserManagementService = sysUserManagementService;
 }
Exemplo n.º 4
0
 public AddUser(ISysUserManagementService sysUserManagementService
                , IRoleManagementService roleManagementService
                 , ICountryCodeManagementService countryservice
                 , IRegionCodeManagementService regionservice)
 {
     _sysUserManagementService = sysUserManagementService;
     _roleManagementService = roleManagementService;
     _countryservice = countryservice;
     _regionservice = regionservice;
 }
Exemplo n.º 5
0
 public HAWBAdd(IHAWBManagementService hawbService, ICountryCodeManagementService countryservice, IRegionCodeManagementService regionservice, ICompanyManagementService companyservice, IDepartmentManagementService departmentservice, IAddressBookManagementService addressbookservice, ISysUserManagementService sysUserManagementService)
 {
     _hawbService = hawbService;
     _countryservice = countryservice;
     _regionservice = regionservice;
     _companyservice = companyservice;
     _departmentservice = departmentservice;
     _addressbookservice = addressbookservice;
     _sysUserManagementService = sysUserManagementService;
 }
Exemplo n.º 6
0
 public TwoZiMaManage(ICountryCodeManagementService countryservice, ISysUserManagementService SysUserManagementService)
 {
     _countryservice = countryservice;
     _sysUserManagementService = SysUserManagementService;
 }
Exemplo n.º 7
0
 public DeliverAdd(ICountryCodeManagementService countryservice, IRegionCodeManagementService regionservice,IDepartmentManagementService deparservice)
 {
     _countryservice = countryservice;
     _regionservice = regionservice;
     _deparservice = deparservice;
 }
Exemplo n.º 8
0
 public AutoCountryCode(ICountryCodeManagementService countryservice)
 {
     _countryservice = countryservice;
 }