Add project files.
This commit is contained in:
9
EmployeeLibrary/Data/IEmployeeData.cs
Normal file
9
EmployeeLibrary/Data/IEmployeeData.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using EmployeeLibrary.Models;
|
||||
|
||||
namespace EmployeeLibrary.Data
|
||||
{
|
||||
public interface IEmployeeData
|
||||
{
|
||||
Task<List<EmployeeModel>> GetEmployees();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user