actually, one just need an initialisation method for templates

This commit is contained in:
2018-04-28 11:10:41 +02:00
parent e9024ed9b6
commit edeecb628d
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();
}
}
}