wip!
This commit is contained in:
parent
d78d1f8cb0
commit
949bdf8604
15 changed files with 1370 additions and 234 deletions
17
Yavsc/Templates/UserOrientedTemplate.cs
Normal file
17
Yavsc/Templates/UserOrientedTemplate.cs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
using Yavsc.Abstract.Templates;
|
||||
using Yavsc.Models;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yavsc.Templates
|
||||
{
|
||||
public class UserOrientedTemplate: Template
|
||||
{
|
||||
public ApplicationUser User { get; set; }
|
||||
|
||||
public override Task ExecuteAsync ()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue