private string GetCurrentEmployee()
 {
     return(_httpContextLocatorService.GetCurrentContext().User.Identity.Name);
 }
예제 #2
0
 public IHttpContext GetCurrentContext()
 {
     return(_httpContextLocatorService.GetCurrentContext());
 }