feat(ministry): add Ministry entity, seed (10), and read endpoint
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using ROLAC.API.DTOs.Ministry;
|
||||
namespace ROLAC.API.Services;
|
||||
|
||||
public interface IMinistryService
|
||||
{
|
||||
Task<List<MinistryDto>> GetAllAsync(bool includeInactive);
|
||||
}
|
||||
Reference in New Issue
Block a user