root/StructuredWeb/StructuredWeb/Modules/EmployeeManagement/View/IEmployeeView.cs
| 86 | 110 | ||
|---|---|---|---|
1 | #region Using Statements | 1 | #region Using Statements |
2 | 2 | ||
3 | using System.Collections.Generic; | 3 | using System.Collections.Generic; |
4 | using StructuredWeb.Common.View; | ||
4 | using StructuredWeb.Domain.Business; | 5 | using StructuredWeb.Domain.Business; |
5 | 6 | ||
6 | #endregion | 7 | #endregion |
7 | 8 | ||
8 | namespace StructuredWeb.Modules.EmployeeManagement.View | 9 | namespace StructuredWeb.Modules.EmployeeManagement.View |
9 | { | 10 | { |
10 | public interface IEmployeeView | 11 | public interface IEmployeeView: IView |
11 | { | 12 | { |
12 | IList<Employee> Employees { get; set; } | 13 | IList<Employee> Employees { get; set; } |
13 | IList<Employee> EmployeesListDatasource { set; } | 14 | IList<Employee> EmployeesListDatasource { set; } |
Download diff