Example #1
0
        public GSTNResult <OTPResponseModel> RequestOTP()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }
Example #2
0
        public GSTNResult <OTPResponseModel> Logout()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }