ISEbd-21_Tukaeva_A_A_School/School/SchoolContracts/BusinessLogicsContracts/IEmployeeRoleImitationaLogic.cs

13 lines
229 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SchoolContracts.BusinessLogicsContracts
{
internal interface IEmployeeRoleImitationaLogic
{
}
}