Change the references and structure of the code to use Blueprint.Mongo package

This commit is contained in:
Oscar Morales
2025-05-19 14:12:00 -06:00
parent 24efe5612c
commit a36fd0e480
10 changed files with 565 additions and 829 deletions

View File

@@ -134,7 +134,7 @@ namespace Core.Thalos.Provider.Providers.Onboarding
.Eq("_id", ObjectId.Parse(id));
var update = Builders<RoleAdapter>.Update
.Set(v => v.Status, newStatus)
//.Set(v => v.Status, newStatus)
.Set(v => v.UpdatedBy, Helper.GetEmail(httpContextAccessor))
.Set(v => v.UpdatedAt, DateTime.UtcNow);