actually, one just need an initialisation method for templates

This commit is contained in:
Paul Schneider 2018-04-28 11:10:41 +02:00
commit 8a44da588a
5 changed files with 16 additions and 20 deletions

View file

@ -7,12 +7,5 @@ namespace Yavsc.Templates
public class UserOrientedTemplate: Template
{
public ApplicationUser User { get; set; }
public override async Task ExecuteAsync ()
{
throw new System.NotImplementedException();
}
}
}