Change the references and structure of the code to use Blueprint.Mongo package
This commit is contained in:
		| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales