示例#1
0
 // GET: Admin/Translations
 public ActionResult Index()
 {
     return(View(LanguageHelper.GetBaseTranslationDtos()));
 }