actually, one just need an initialisation method for templates
This commit is contained in:
parent
7e646afea1
commit
8a44da588a
5 changed files with 16 additions and 20 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue