check bugs

This commit is contained in:
yubaolee
2018-03-26 14:11:07 +08:00
parent 304e465b6b
commit e00de72ffc
13 changed files with 134 additions and 59 deletions

View File

@@ -0,0 +1,12 @@
using OpenAuth.Repository.Domain;
namespace OpenAuth.App.Response
{
public class FlowVerificationResp :FlowInstance
{
public string FrmDataHtml
{
get { return FormUtil.Preview(FrmContentData, FrmContentParse, FrmData); }
}
}
}