漏提交
parent
c8c3466719
commit
e8a051273d
|
@ -21,7 +21,7 @@ namespace IRaCIS.Application.Services
|
||||||
public string Get(testModel testModel)
|
public string Get(testModel testModel)
|
||||||
{
|
{
|
||||||
|
|
||||||
var d = _repository.Where<User>().Select(t => t.FullName).FirstOrDefault();
|
//var d = _repository.Where<User>().Select(t => t.FullName).FirstOrDefault();
|
||||||
var c = _dicRepository.Where(t => t.ParentId != null).Select(t => t.MappedValue).First();
|
var c = _dicRepository.Where(t => t.ParentId != null).Select(t => t.MappedValue).First();
|
||||||
CultureInfo culture = CultureInfo.CurrentUICulture;
|
CultureInfo culture = CultureInfo.CurrentUICulture;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue