Skip to content

Commit

Permalink
Merge pull request #20 from bentran1vn/TestMain
Browse files Browse the repository at this point in the history
Update local dev settings and add test comment
  • Loading branch information
PhucNghi176 authored Oct 15, 2024
2 parents b90f3b5 + d8d0ab2 commit c5b8d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using MBS_COMMAND.Domain.Entities;
using static System.DateOnly;
namespace MBS_COMMAND.Application.UserCases.Commands.Slots;

//Test
public sealed class CreateSlotCommandHandler(
IRepositoryBase<Slot, Guid> slotRepository,
IRepositoryBase<User, Guid> userRepository,
Expand Down

0 comments on commit c5b8d40

Please sign in to comment.