Example #1
0
 public GenerateContent()
 {
     _contentApp = new GenerateContentAppService();
 }
Example #2
0
 public GenerateChannel()
 {
     _generateContentApp = new GenerateContentAppService();
 }
Example #3
0
 public GenerateHome()
 {
     _generateContentApp = new GenerateContentAppService();
 }