9 lines
193 B
C#
9 lines
193 B
C#
using ConstructorApp.EntityLayer.Entities;
|
|
|
|
namespace ConstructorApp.BusinessLayer.Abstract
|
|
{
|
|
public interface ICompanyInfoVideoService : IGenericService<CompanyInfoVideo>
|
|
{
|
|
}
|
|
}
|