Готовая лабораторная работа 7

This commit is contained in:
nikbel2004@outlook.com 2024-05-12 04:12:49 +04:00
parent 3fb5ab8259
commit e51dcc1b1a
3 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ using System.Threading.Tasks;
namespace FurnitureAssemblyContracts.BusinessLogicsContracts namespace FurnitureAssemblyContracts.BusinessLogicsContracts
{ {
// Бизнес-логика для исполнителя // Бизнес-логика для исполнителей
public interface IImplementerLogic public interface IImplementerLogic
{ {
List<ImplementerViewModel>? ReadList(ImplementerSearchModel? model); List<ImplementerViewModel>? ReadList(ImplementerSearchModel? model);