漏提交
This commit is contained in:
@@ -21,7 +21,7 @@ namespace IRaCIS.Application.Services
|
||||
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();
|
||||
CultureInfo culture = CultureInfo.CurrentUICulture;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user