добавление интерфеййся для заглушки сотрудника
This commit is contained in:
parent
a47f81b60d
commit
65f651e488
@ -10,7 +10,7 @@ namespace SchoolBusinessLogic.BusinessLogics
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Заглушка для роли сотрудника
|
/// Заглушка для роли сотрудника
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class EmployeeRoleImitationaLogic
|
public class EmployeeRoleImitationaLogic : IEmployeeRoleImitationaLogic
|
||||||
{
|
{
|
||||||
private readonly IEmployeeLogic _employeeLogic;
|
private readonly IEmployeeLogic _employeeLogic;
|
||||||
private readonly ILessonLogic _lessonLogic;
|
private readonly ILessonLogic _lessonLogic;
|
||||||
|
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace SchoolContracts.BusinessLogicsContracts
|
||||||
|
{
|
||||||
|
internal interface IEmployeeRoleImitationaLogic
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user