pushing <3

This commit is contained in:
Paul Schneider 2018-04-26 21:02:11 +02:00
commit bc2630f854
10 changed files with 44 additions and 24 deletions

View file

@ -8,7 +8,8 @@ namespace Yavsc.Templates
{
public ApplicationUser User { get; set; }
public override Task ExecuteAsync ()
public override async Task ExecuteAsync ()
{
throw new System.NotImplementedException();
}