Beispiel #1
0
 public AddModel()
 {
     ObjectSupport.CopyData(new BlogComment(), this);
     Captcha = new RecaptchaV2Data()
     {
     };
 }
Beispiel #2
0
 public LoginModel()
 {
     Captcha           = new RecaptchaV2Data();
     ExternalProviders = new List <FormButton>();
     Images            = new List <string>();
     Actions           = new List <ModuleAction>();
 }
Beispiel #3
0
 public AddModel()
 {
     Captcha = new RecaptchaV2Data()
     {
     };
 }
Beispiel #4
0
 public EditModel()
 {
     Captcha = new RecaptchaV2Data();
     Actions = new List <ModuleAction>();
 }
 public Model()
 {
     Prop1 = new RecaptchaV2Data();
 }