Лабораторная работа 4 (исправленная)

This commit is contained in:
2024-12-19 14:43:53 +04:00
parent 57927e3a82
commit 51524d1b2e
22 changed files with 3 additions and 90 deletions

View File

@@ -58,7 +58,6 @@ public class PlanRepositories : IPlanRepositories
throw;
}
}
public IEnumerable<Plan> ReadPlan(int? groupId = null, int? disciplineId = null)
{
_logger.LogInformation("Получение всех объектов");
@@ -108,7 +107,6 @@ public class PlanRepositories : IPlanRepositories
throw;
}
}
public Plan ReadPlanById(int id)
{
_logger.LogInformation("Получение объекта по идентификатору");