Beispiel #1
0
        // Properties are initialize on the fly



        public DataTable Login()
        {
            FrontCodeBusiness fcb = new FrontCodeBusiness
            {
                UserObj = this
            };

            return(fcb.SelectUser());
        }
Beispiel #2
0
        public bool Registration()
        {
            FrontCodeBusiness fcb = new FrontCodeBusiness
            {
                UserObj = this
            };

            fcb.AddNewUser();

            return(true);
        }