This commit is contained in:
Paul Schneider 2017-02-01 03:53:00 +01:00
commit 03b6447d7c
9 changed files with 1755 additions and 1 deletions

View file

@ -16,6 +16,8 @@ namespace Yavsc.ViewComponents
{
this.dbContext = dbContext;
}
public async Task<IViewComponentResult> InvokeAsync (ICircleAuthorized target)
{
var oid = target.GetOwnerId();