Exemple #1
0
        public List <The_capitalModel> the_Thequery(string Thename)
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.the_Thequery(Thename));
        }
Exemple #2
0
        public int ManagementToDelete(int Theid, int mid)
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.ManagementToDelete(Theid, mid));
        }
Exemple #3
0
        public List <The_capitalModel> ApprovedList()
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.ApprovedList());
        }
Exemple #4
0
        public int RefusedTo(int Theid, int mid)
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.through(Theid, mid));
        }
Exemple #5
0
        public List <The_capitalModel> GetTheusList(int Theid)
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.GetTheusList(Theid));
        }
Exemple #6
0
        public List <The_capitalModel> the_CapitalsList()
        {
            The_capitalDAL the_Capital = new The_capitalDAL();

            return(the_Capital.the_CapitalsList());
        }