Add project files.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using ConstructorApp.EntityLayer.Entities;
|
||||
|
||||
namespace ConstructorApp.BusinessLayer.Abstract
|
||||
{
|
||||
public interface ICompanyInfoVideoService : IGenericService<CompanyInfoVideo>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user