We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e08e3f commit 578975aCopy full SHA for 578975a
SimplePasswordManagerService.Business/Models/Credentials.cs
@@ -1,9 +1,11 @@
1
+using MongoDB.Bson;
2
using MongoDB.Bson.Serialization.Attributes;
3
4
namespace SimplePasswordManagerService.Business.Models;
5
6
public record Credentials
7
{
8
+ [BsonGuidRepresentation(GuidRepresentation.Standard)]
9
public Guid Id { get; set; } = default!;
10
/// <summary>
11
/// Users Mapping
0 commit comments