コード例 #1
0
ファイル: KpmgEWBAuthClient.cs プロジェクト: Risersoft/GST
        public GSTNResult <OTPResponseModel> RequestOTP()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }
コード例 #2
0
ファイル: KpmgEWBAuthClient.cs プロジェクト: Risersoft/GST
        public GSTNResult <OTPResponseModel> Logout()
        {
            var obj = new GSTNResult <OTPResponseModel>();

            return(obj);
        }