예제 #1
0
 public ExcelService()
 {
     _translationService = new TranslationService.Services.TranslationService();
     _cultureService     = new CultureService();
     _templatePath       = HostingEnvironment.MapPath("~/Content/ExportFiles/");
 }
예제 #2
0
 public TranslationController()
 {
     _translationService   = new TranslationService.Services.TranslationService();
     _translationValidator = new TranslationValidator();
 }