コード例 #1
0
 private string GetCurrentEmployee()
 {
     return(_httpContextLocatorService.GetCurrentContext().User.Identity.Name);
 }
コード例 #2
0
 public IHttpContext GetCurrentContext()
 {
     return(_httpContextLocatorService.GetCurrentContext());
 }