AddStatusToCreateProject

This commit is contained in:
2025-05-07 13:02:05 +03:00
parent aa0362e7cc
commit 8ea68b0ca3
8 changed files with 20 additions and 2736 deletions

View File

@@ -38,7 +38,7 @@ namespace ConstructorApp.DataAccessLayer.EntityFramework
context.SaveChanges();
}
public void rojectStatusPassive(int id)
public void ProjectStatusPassive(int id)
{
var values = context.Projects.Find(id);
values.IsActive = false;