Use Blueprint.Mongo package in Role and Permission services
This commit is contained in:
		| @@ -139,7 +139,7 @@ namespace LSA.Core.Kerberos.API.Controllers | ||||
|         { | ||||
|             if (_id != entity._Id?.ToString()) | ||||
|             { | ||||
|                 return BadRequest("User ID mismatch"); | ||||
|                 return BadRequest("Module ID mismatch"); | ||||
|             } | ||||
|  | ||||
|             var result = await service.UpdateModule(entity, cancellationToken).ConfigureAwait(false); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales