Exemple #1
0
        public void Initialize()
        {
            manager_customer         = new customer();
            manager_customer_address = new Manager.customer_address();
            manager_tickets          = new Manager.tickets();
            manager_tattach          = new Manager.ticketattachment();
            _enums = new Manager.Enums();
            //utility = new Utility();

            bol_ticket       = new BOL.tickets();
            bol_customer     = new BOL.customers();
            bol_ticketattach = new BOL.ticketattachment();
            bol_ticketses    = new List <BOL.tickets>();
            bol_customerses  = new List <BOL.customers>();

            bll_customer     = new BLL.hunaidBLL();
            bll_tickets      = new BLL.tickets();
            bll_ticketattach = new BLL.ticketattachment();
            bll_utility      = new BLL.Utility();

            ConnectionString = Utility.GetConnectionString();
        }
Exemple #2
0
 public ticketattachment()
 {
     ConnectionString     = Utility.GetConnectionString();
     bll_ticketattachment = new BLL.ticketattachment();
     bll_utility          = new BLL.Utility();
 }