Exemplo n.º 1
0
        public GSTNResult <OTPResponseModel> RequestOTP()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }
Exemplo n.º 2
0
        public GSTNResult <OTPResponseModel> Logout()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }