Add service files
This commit is contained in:
parent
896207e5d1
commit
036c18a075
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services;
|
||||||
|
|
||||||
|
public class CategoryService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services.Interfaces;
|
||||||
|
|
||||||
|
public interface ICategoryService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services.Interfaces;
|
||||||
|
|
||||||
|
public interface ITagService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services.Interfaces;
|
||||||
|
|
||||||
|
public interface IVenueService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services;
|
||||||
|
|
||||||
|
public class TagService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
namespace LeedsBeerQuest.API.Data.Services;
|
||||||
|
|
||||||
|
public class VenueService
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user