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

@@ -5,7 +5,7 @@ namespace ConstructorApp.DataAccessLayer.Abstract
public interface IProjectDal : IGenericDal<Project>
{
void ProjectStatusActive(int id);
void rojectStatusPassive(int id);
void ProjectStatusPassive(int id);
int CountAll();
Project GetBySlug(string slug);
Project GetProjectWithImagesBySlug(string slug);