This commit is contained in:
parent
17d6cd28d6
commit
7e3e645fc9
48 changed files with 1530 additions and 1538 deletions
|
@ -10,7 +10,7 @@ namespace Sledgemapper.Api.Handlers
|
|||
{
|
||||
public class NewLineCommandHandler : BaseCommandHandler<NewLineCommand, bool>
|
||||
{
|
||||
public NewLineCommandHandler(IMediator mediator, SledgemapperDbContext dbcontext) : base(mediator, dbcontext)
|
||||
public NewLineCommandHandler(IMediator mediator, SledgemapperDbContext dbContext) : base(mediator, dbContext)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue