Add project files.
This commit is contained in:
9
ConstructorApp.DataAccessLayer/Abstract/IReferenceDal.cs
Normal file
9
ConstructorApp.DataAccessLayer/Abstract/IReferenceDal.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.DataAccessLayer.Abstract
|
||||
{
|
||||
public interface IReferenceDal : IGenericDal<Reference>
|
||||
{
|
||||
int CountAll();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user