Example #1
0
 public IEnumerable <EmployeeBase> GetEmployeeBaseAll()
 {
     return(_hrrepository.GetEmployeeBase((User.Identity as ClaimsIdentity).FindFirst("rang").Value, null, null));
 }