Teeny weeny cleanup
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Imprink.Application.Commands.Categories;
|
|||||||
|
|
||||||
public class DeleteCategoryCommand : IRequest<bool>
|
public class DeleteCategoryCommand : IRequest<bool>
|
||||||
{
|
{
|
||||||
public Guid Id { get; set; }
|
public Guid Id { get; init; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class DeleteCategoryHandler(IUnitOfWork unitOfWork) : IRequestHandler<DeleteCategoryCommand, bool>
|
public class DeleteCategoryHandler(IUnitOfWork unitOfWork) : IRequestHandler<DeleteCategoryCommand, bool>
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ using AutoMapper;
|
|||||||
|
|
||||||
namespace Imprink.Application;
|
namespace Imprink.Application;
|
||||||
|
|
||||||
public abstract class MappingProfile : Profile { }
|
public abstract class MappingProfile : Profile;
|
||||||
Reference in New Issue
Block a user