ROleController update
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user