Example #1
0
        public DataSet RetrivePass(int a)
        {
            MyLogic Ml = new MyLogic();

            return(Ml.RetriveData(a));
        }
Example #2
0
        public string MyData(string name, string username, string password, string address, int age, string gender)
        {
            MyLogic ML = new MyLogic();

            return(ML.LogicalData(name, username, password, address, age, gender));
        }