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 f4d78a3 commit a8274f8Copy full SHA for a8274f8
Models/ActivityCard.cs
@@ -4,7 +4,7 @@ namespace mssp_application.Models
4
{
5
public class ActivityCard
6
7
- public int Id { get; set; } // Unique identifier for the activity card
+ public MongoDB.Bson.BsonObjectId Id { get; set; } // Unique identifier for the activity card
8
9
public string Title { get; set; } // Title of the activity card
10
0 commit comments