Skip to content

Commit

Permalink
fix: Seed data fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugrakosen committed Oct 11, 2024
1 parent bfebd5a commit ff831b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion Milvasoft.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- The package metadata. Fill in the properties marked as TODO below -->
<!-- Follow the instructions on https://learn.microsoft.com/en-us/nuget/create-packages/package-authoring-best-practices -->
<PackageId>Milvasoft.Templates</PackageId>
<PackageVersion>1.0.4</PackageVersion>
<PackageVersion>1.0.5</PackageVersion>
<Copyright>Milvasoft</Copyright>
<Company>Milvasoft</Company>
<Title>Milvasoft Templates</Title>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,6 @@ await mediator.Send(new CreateUserCommand
RoleIdList = [1]
});

//Akbank mobil user creation
await mediator.Send(new CreateUserCommand
{
Name = "Ak",
Surname = "Bank",
UserName = "akbank",
UserType = Domain.Enums.UserType.Manager,
Email = "akbank@gmail.com",
Password = "string",
RoleIdList = [addedRole.Data],
});

//Viewer User creation
await mediator.Send(new CreateUserCommand
{
Expand Down

0 comments on commit ff831b3

Please sign in to comment.