diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 8768cdb99..dd70e2861 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -21,7 +21,7 @@ namespace IRaCIS.Application.Services public string Get(testModel testModel) { - var d = _repository.Where().Select(t => t.FullName).FirstOrDefault(); + //var d = _repository.Where().Select(t => t.FullName).FirstOrDefault(); var c = _dicRepository.Where(t => t.ParentId != null).Select(t => t.MappedValue).First(); CultureInfo culture = CultureInfo.CurrentUICulture;