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