refactoring
This commit is contained in:
parent
dc8947b470
commit
d796f553f4
20 changed files with 29 additions and 11 deletions
|
|
@ -1,3 +1,5 @@
|
|||
using Yavsc.Abstract.Identity;
|
||||
|
||||
namespace Yavsc.Models.Auth
|
||||
{
|
||||
public class Me : IApplicationUser {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
using Yavsc.Abstract.Identity;
|
||||
using Yavsc.Abstract.Identity;
|
||||
using Yavsc.Models.Auth;
|
||||
|
||||
namespace Yavsc.ViewModels.Administration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue