コード例 #1
0
 public UserManagerController()
 {
     _empService = new EmployeeService();
     _context = _empService.GetContext();
 }