Add project files.
This commit is contained in:
11
ConstructorApp.BusinessLayer/Abstract/IContactUsService.cs
Normal file
11
ConstructorApp.BusinessLayer/Abstract/IContactUsService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.BusinessLayer.Abstract
|
||||
{
|
||||
public interface IContactUsService : IGenericService<ContactUs>
|
||||
{
|
||||
int TCountByStatusPending();
|
||||
int TCountAll();
|
||||
void TMarkAsRead(int id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user