Пример #1
0
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="model">Employee model.</param>
 public SimpleListVM()
 {
     // Normally this will be constructor-injected.
     _employeeService = new EmployeeService(7);
 }