x-lab-lbq-technical-test/backend/LeedsBeerQuest.API/LeedsBeerQuest.API/Data/Services/CategoryService.cs
2022-10-30 01:06:38 +00:00

6 lines
82 B
C#

namespace LeedsBeerQuest.API.Data.Services;
public class CategoryService
{
}