Example #1
0
 public JavaScriptResult SeoAdd(SeoContentsTable seoContentsTable)
 {
     return
         (JavaScript(_modelSeo.SeoAdd(seoContentsTable.Author, seoContentsTable.Description,
                                      seoContentsTable.Keywords)));
 }
Example #2
0
 public ModelSeo()
 {
     _seoContentsTable = new SeoContentsTable();
     _seoContext       = new MyWebContext();
 }