bump sdk to net-9
This commit is contained in:
parent
0279ee3df4
commit
5998c474af
30 changed files with 372 additions and 1067 deletions
|
|
@ -5,8 +5,11 @@ using Yavsc.Models;
|
|||
|
||||
namespace Yavsc.Templates
|
||||
{
|
||||
public abstract class UserOrientedTemplate: Template
|
||||
public class UserOrientedTemplate: Template
|
||||
{
|
||||
public ApplicationUser User { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue