Лабораторная работа 4 (исправленная)
This commit is contained in:
@@ -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("Получение объекта по идентификатору");
|
||||
|
||||
Reference in New Issue
Block a user