Beispiel #1
0
 public frmBarCodeOrder(IJewelService jewelService, ICatalogueService catalogueService)
     : this()
 {
     _catalogueService = catalogueService;
     _jewelService     = jewelService;
     CatalogueRequest  = new List <QueryRequest>();
 }
Beispiel #2
0
 public CatalogueController(IClientMasterService ClientMasterService, ICountryService CountryService, IStateService StateService,
                            IDistrictService DistrictService, IBankService BankService, IBankNameService BankNameService, IUtilityService UtilityService, IUserCredentialService usercredentialservice, IModuleService iIModuleService,
                            IClientBankDetailService ClientBankDetailService, ICatalogueService CatalogueService, IBarcodeNumberService BarcodeNumberService, IItemNameService ItemNameService,
                            IUniversalBarcodeNumberService UniversalBarocodeNumberService, IItemService ItemService, IColorCodeService ColorCodeService, IItemCategoryService CategoryService,
                            IEntryStockItemService EntryStockItemService, IOpeningStockService OpeningStockService, IInwardItemFromSupplierService InwardItemFromSupplierService, IUnitService UnitService)
 {
     this._ClientMasterService           = ClientMasterService;
     this._CountryService                = CountryService;
     this._StateService                  = StateService;
     this._DistrictService               = DistrictService;
     this._BankService                   = BankService;
     this._BankNameService               = BankNameService;
     this._UtilityService                = UtilityService;
     this._ClientBankDetailService       = ClientBankDetailService;
     this._IUserCredentialService        = usercredentialservice;
     this._iIModuleService               = iIModuleService;
     this._CatalogueService              = CatalogueService;
     this._BarcodeNumberService          = BarcodeNumberService;
     this._ItemNameService               = ItemNameService;
     this._UniversalBarcodeNumberService = UniversalBarocodeNumberService;
     this._ItemService                   = ItemService;
     this._ColorCodeService              = ColorCodeService;
     this._CategoryService               = CategoryService;
     this._EntryStockItemService         = EntryStockItemService;
     this._OpeningStockService           = OpeningStockService;
     this._InwardItemFromSupplierService = InwardItemFromSupplierService;
     this._UnitService                   = UnitService;
 }
Beispiel #3
0
 public CatalogueItemsController(ICatalogueItemService catalogueItemService, IProviderService providerService, ICatalogueService catalogueService, IMapper mapper)
 {
     _catalogueItemService = catalogueItemService ?? throw new ArgumentNullException(nameof(catalogueItemService));
     _providerService      = providerService ?? throw new ArgumentNullException(nameof(providerService));
     _catalogueService     = catalogueService ?? throw new ArgumentNullException(nameof(catalogueService));
     _mapper = mapper ?? throw new ArgumentNullException(nameof(mapper));
 }
 public DocumentService(ApplicationContext _context,
                        IUtileService utile, ICatalogueService catalogueService, IDétailCommandeService détailCommandeService) : base(_context)
 {
     _utile                 = utile;
     _catalogueService      = catalogueService;
     _détailCommandeService = détailCommandeService;
 }
 public ProductsController(ILogger <ProductsController> logger,
                           ICatalogueService catalogueSvc,
                           IMapper mapper)
 {
     this.logger       = logger;
     this.catalogueSvc = catalogueSvc;
     this.mapper       = mapper;
 }
        public frmAllCatalogueProduct(ICatalogueService catalogueService, IJewelService jewelService)
            : this()
        {
            _catalogueService = catalogueService;
            _jewelService     = jewelService;

            CatalogueRequest = new List <QueryRequest>();
        }
 public CustomersController(ILogger <CustomersController> logger,
                            ICatalogueService catalogueSvc,
                            IMapper mapper)
 {
     this.logger       = logger;
     this.catalogueSvc = catalogueSvc;
     this.mapper       = mapper;
 }
 public CatalogueController(ICatalogueService catalogueService,
                            IFileService fileService,
                            IUserService userService)
 {
     this.catalogueService = catalogueService;
     this.fileService      = fileService;
     this.userService      = userService;
 }
Beispiel #9
0
        public frmCatalogue(ICatalogueService catalogueService)
            : this()
        {
            _catalogueService = catalogueService;

            CatalogueRequest = new List <QueryRequest>();
            cmbJewelDescription.DataSource = LocalStore.Products.GetProducts();
        }
 public ConsoleApplication(
     ILogger <ConsoleApplication> logger,
     ICatalogueService catalogueService
     )
 {
     _logger           = logger;
     _catalogueService = catalogueService;
 }
 public HomeController(
     IShoppingCartService shoppingCartService,
     ICustomerService customerService,
     ICatalogueService catalogueService)
 {
     _shoppingCartService = shoppingCartService;
     _customerService     = customerService;
     _catalogueService    = catalogueService;
 }
Beispiel #12
0
 public ProductController(ILogger <ProductController> logger, IProductService productService,
                          IFamilyService familyService, ICatalogueService catalogueService, IBrandService brandService)
 {
     _logger           = logger;
     _productService   = productService;
     _familyService    = familyService;
     _catalogueService = catalogueService;
     _brandService     = brandService;
 }
 public HomeController(
     IShoppingCartService shoppingCartService,
     ICustomerService customerService,
     ICatalogueService catalogueService)
 {
     _shoppingCartService = shoppingCartService;
     _customerService = customerService;
     _catalogueService = catalogueService;
 }
Beispiel #14
0
 public CatalogueController(ICatalogueService service,
                            IUtileService utile,
                            IUtilisateurService utilisateurService,
                            ISiteService siteService
                            ) : base(utilisateurService)
 {
     _service     = service;
     _utile       = utile;
     _siteService = siteService;
 }
Beispiel #15
0
 public PresenationViewModel(INavigationService navigationService, ICatalogueService catalogueService)
     : base(catalogueService, navigationService)
 {
     //this needs to be places in a ressource xml file
     PresentationText = "ITComp est une société de service en ingénieurie informatique (SSII) à forte valeur ajoutée, en plein croissance avec un réseau" +
                        " de compétences national et international important. Grace à une démarche de qualité innovante, ITComp represente une force de conseil, et d'intégration " +
                        "de solution informatique, trés renommée en Algérie. ITComp fournit des services centrés autour de la formation, l'integration, le conseil et l'assistance technique. " +
                        "La valeur ajoutée d'ITComp est la ressource humain. Cette ressource prend le temps de comprendre, prépare les conditions de travail afin de batir les solution " +
                        "adéquatres aux besoins spécifiques des entreprises, puis intervient en mettant en oeuvre des nouvelles technologies au coeur du system d'information des clients ";
 }
Beispiel #16
0
        public PartenaireViewModel(INavigationService navigationService, ICatalogueService catalogueService)
            : base(catalogueService, navigationService)
        {
            ListPartenaires = new ObservableCollection <Partenaire>()
            {
                new Partenaire()
                {
                    Nom             = "Oracle",
                    LogoImageSource = "../Images/Partners/oracle_partner.png",
                    WebSite         = "www.Oracle.com",
                    Description     = "ITComp a acquis le domain d'expertises de niveau GOLD " +
                                      "pour l'integration des technologies Oracle"
                },
                new Partenaire()
                {
                    Nom             = "Mirosoft",
                    LogoImageSource = "../Images/Partners/microsoft_partner.png",
                    WebSite         = "www.Mirosoft.com",
                    Description     = "ITComp a acquis le domain d'expertises de niveau GOLD" +
                                      "ITComp est un centre MCPLS (Microsoft Certified Partner for Learning Solution) de niveau GOLD "
                },

                new Partenaire()
                {
                    Nom             = "Prometric",
                    LogoImageSource = "../Images/Partners/prometric_partner.png",
                    WebSite         = "www.Prometric.com",
                    Description     = "ITComp est un centre de certafication officiel PROMETRIC. ITComp est aussi un centre de formation professionnelle" +
                                      " agrée par l'état sous le numéro d'enregistrement 3856"
                },
                new Partenaire()
                {
                    Nom             = "CertiPort",
                    LogoImageSource = "../Images/Partners/certiport_partner.png",
                    WebSite         = "www.CertiPort.com",
                    Description     = "ITComp est un centre de certafication officiel CertiPort. ITComp est aussi un centre de formation professionnelle" +
                                      " agrée par l'état sous le numéro d'enregistrement ----"
                },
                new Partenaire()
                {
                    Nom             = "PearsonVue",
                    LogoImageSource = "../Images/Partners/pearsonvue_partner.png",
                    WebSite         = "www.CertiPort.com",
                    Description     = "ITComp est un centre de certafication officiel PearsonVue. ITComp est aussi un centre de formation professionnelle" +
                                      " agrée par l'état sous le numéro d'enregistrement ----"
                },
                new Partenaire()
                {
                    Nom             = "Android",
                    LogoImageSource = "../Images/Partners/android_partner.png",
                    WebSite         = "www.Android.com",
                    Description     = "ITComp est un centre ATC (Android Advenced Training Autorized Center)"
                }
            };
        }
Beispiel #17
0
 public AdminController(ILogger <AdminController> logger, IBrandService brandService,
                        ICountryService countryService, IFamilyService familyService, ICatalogueService catalogueService,
                        IHostingEnvironment appEnvironment)
 {
     _logger           = logger;
     _brandService     = brandService;
     _countryService   = countryService;
     _familyService    = familyService;
     _catalogueService = catalogueService;
     _appEnvironment   = appEnvironment;
 }
 public ReviewsViewModel(ICatalogueService catalogueService, INavigationService navigationService)
     : base(catalogueService, navigationService)
 {
     Messenger.Default.Register <long>(this, async(cId) =>
     {
         SelectedCourseId         = cId;
         IsLoadingProgressRing    = true;
         ReviewsList              = new ObservableCollection <CourReview>(await CatalogueService.GetCourseReviewByCourseId(cId));
         IsLoadingProgressRing    = false;
         IsNoReviewMessageVisible = (ReviewsList.Count > 0) ? Visibility.Collapsed : Visibility.Visible;
     });
 }
 public ControllerBase(
     IShoppingCartService shoppingCartService,
     IOrderService orderService,
     IMetricsService metricsService,
     ILoggingService loggingService,
     ICustomerService customerService,
     ICatalogueService catalogueService,
     IAuthenticationService authenticationService)
 {
     _shoppingCartService = shoppingCartService;
     _orderService = orderService;
     _metricsService = metricsService;
     _loggingService = loggingService;
     _customerService = customerService;
     _catalogueService = catalogueService;
     _authenticationService = authenticationService;
 }
 public CustomerController(
     IShoppingCartService shoppingCartService,
     IOrderService orderService,
     IMetricsService metricsService,
     ILoggingService loggingService,
     ICustomerService customerService,
     ICatalogueService catalogueService,
     IAuthenticationService authenticationService)
     : base(shoppingCartService,
         orderService,
         metricsService,
         loggingService,
         customerService,
         catalogueService,
         authenticationService)
 {
 }
 public ControllerBase(
     IShoppingCartService shoppingCartService,
     IOrderService orderService,
     IMetricsService metricsService,
     ILoggingService loggingService,
     ICustomerService customerService,
     ICatalogueService catalogueService,
     IAuthenticationService authenticationService)
 {
     _shoppingCartService   = shoppingCartService;
     _orderService          = orderService;
     _metricsService        = metricsService;
     _loggingService        = loggingService;
     _customerService       = customerService;
     _catalogueService      = catalogueService;
     _authenticationService = authenticationService;
 }
 public ShoppingCartController(
     IShoppingCartService shoppingCartService,
     IOrderService orderService,
     IMetricsService metricsService,
     ILoggingService loggingService,
     ICustomerService customerService,
     ICatalogueService catalogueService,
     IAuthenticationService authenticationService) :
     base(
         shoppingCartService,
         orderService,
         metricsService,
         loggingService,
         customerService,
         catalogueService,
         authenticationService)
 {
 }
 public SearchViewModel(ICatalogueService catalogueService, INavigationService navigationService)
     : base(catalogueService, navigationService)
 {
     SearchBySelectedItem = SearchByItems.First();
 }
Beispiel #24
0
 public ProductService(IProductRepository productRepository, ICatalogueService catalogueService)
 {
     _productRepository = productRepository;
     _catalogueService  = catalogueService;
     _messageMapper     = new MessageMapper();
 }
 public ProductService(IProductRepository product, ICatalogueService catalogue)
 {
     productRepository = product;
     catalogueService  = catalogue;
     messageMapper     = new MessageMapper();
 }
 public CatalogueController(
     ICatalogueService catalogueService)
 {
     _catalogueService = catalogueService;
 }
 public FilmsService(ICatalogueService catalogueService, IMetadataService metadataService, IReviewsService reviewsService)
 {
     _catalogueService = catalogueService;
     _metadataService  = metadataService;
     _reviewsService   = reviewsService;
 }
 public CatalogueController(ICatalogueService catalogueService, ICartService cartService)
 {
     _catalogueService = catalogueService;
     _cartService      = cartService;
 }
Beispiel #29
0
 public CatalogueImageController(ICatalogueService catalogueService)
 {
     _catalogueService = catalogueService;
 }
 public MainSeetingsViewModel(ICatalogueService catalogueService, INavigationService navigationService)
     : base(catalogueService, navigationService)
 {
     _romingFavorire = (bool)(ApplicationData.Current.RoamingSettings.Values["RoamingFavorite"]);
 }
 public CoursesCategoriesListViewModel(ICatalogueService catalogueService, INavigationService navigationService)
     : base(catalogueService, navigationService)
 {
 }
 public PeopleService(IMetadataService metadataService, ICatalogueService catalogueService)
 {
     _catalogueService = catalogueService;
     _metadataService  = metadataService;
 }
Beispiel #33
0
 public ContactViewModel(INavigationService navigationService, ICatalogueService catalogueService)
     : base(catalogueService, navigationService)
 {
 }
Beispiel #34
0
 public ScheduleViewModel(ICatalogueService catalogueService, INavigationService navigationService)
     : base(catalogueService, navigationService)
 {
     CoursesScheduleList = new ObservableCollection <CourDate>();
 }