pls add standard aspects like attribute based authorisation: example: class hello { [Role("Admin")] public string l {get;set;} }
pls add standard aspects like attribute based authorisation:
example:
class hello {
[Role("Admin")]
public string l {get;set;}
}