AddStatusToCreateProject
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user