IEmployeeService.cs 96 B

123456
  1. namespace MTWorkHR.Application.Services
  2. {
  3. public interface IEmployeeService
  4. {
  5. }
  6. }