ROleController update

This commit is contained in:
thermalthrottle
2021-03-20 10:04:06 +02:00
parent 2d44c67621
commit e89ec0c212

View File

@@ -20,7 +20,10 @@ namespace Business.Business.UserManagment.Controllers
/// Used for Initialiation of the roles in the database /// Used for Initialiation of the roles in the database
/// </remarks> /// </remarks>
public RoleController(){} public RoleController()
{
this.context = new LuminousContext();
}
/// <summary> /// <summary>
/// Constructor that accepts a user object /// Constructor that accepts a user object