Exemple #1
0
 public GenerateContent()
 {
     _contentApp = new GenerateAppService();
 }
 public GenerateChannel()
 {
     _generateContentApp = new GenerateAppService();
 }
Exemple #3
0
 public GenerateHome()
 {
     _generateContentApp = new GenerateAppService();
 }
 public GenerateService()
 {
     generateApp = new GenerateAppService();
 }