AddStatusToCreateProject
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ConstructorApp.BusinessLayer.Concrete
|
||||
|
||||
public void TProjectStatusPassive(int id)
|
||||
{
|
||||
_projectDal.rojectStatusPassive(id);
|
||||
_projectDal.ProjectStatusPassive(id);
|
||||
}
|
||||
|
||||
public void TUpdate(Project entity)
|
||||
|
||||
Reference in New Issue
Block a user