0
0
mirror of https://github.com/Shchoholiev/shopping-assistant-api.git synced 2025-06-29 18:21:11 +00:00

added a method call

This commit is contained in:
stasex 2023-10-15 20:08:21 +03:00
parent 004033f307
commit ba876b30fe

View File

@ -50,6 +50,7 @@ public class DbInitialaizer
await AddRoles(cancellationToken);
await AddUsers(cancellationToken);
await AddWishlistsWithMessages(cancellationToken);
await AddProducts(cancellationToken);
}
public async Task AddUsers(CancellationToken cancellationToken)