Exemplo n.º 1
0
        //Constructor
        public Alert()
        {
            log4net.Config.XmlConfigurator.Configure();
            StandardKernelLoader standardKernelLoader = new StandardKernelLoader();

            kernel          = standardKernelLoader.LoadStandardKernel();
            bllAlertDetails = kernel.Get <JKMServices.BLL.Interface.IAlertDetails>();
        }
Exemplo n.º 2
0
        //Constructor
        public Move()
        {
            StandardKernelLoader standardKernelLoader = new StandardKernelLoader();

            kernel         = Utility.General.StandardKernel();
            kernel         = standardKernelLoader.LoadStandardKernel();
            bllMoveDetails = kernel.Get <JKMServices.BLL.Interface.IMoveDetails>();
        }
Exemplo n.º 3
0
        public Payment()
        {
            log4net.Config.XmlConfigurator.Configure();
            StandardKernelLoader standardKernelLoader = new StandardKernelLoader();

            kernel            = Utility.General.StandardKernel();
            kernel            = standardKernelLoader.LoadStandardKernel();
            bllPaymentDetails = Utility.General.Resolve <JKMServices.BLL.Interface.IPaymentDetails>();
        }
Exemplo n.º 4
0
        //Constructor
        public Estimate()
        {
            log4net.Config.XmlConfigurator.Configure();
            StandardKernelLoader standardKernelLoader = new StandardKernelLoader();

            kernel             = Utility.General.StandardKernel();
            kernel             = standardKernelLoader.LoadStandardKernel();
            bllEstimateDetails = kernel.Get <JKMServices.BLL.Interface.IEstimateDetails>();
        }