8 lines
156 B
C#
8 lines
156 B
C#
using Treestar.Shared.Models.DBDomain;
|
|
|
|
namespace DBConnection.Repositories.Interfaces;
|
|
|
|
public interface IChapterRepository : IRepository<Chapter>
|
|
{
|
|
|
|
} |