refactoring

This commit is contained in:
Paul Schneider 2018-07-16 02:36:44 +02:00
commit d796f553f4
20 changed files with 29 additions and 11 deletions

View file

@ -1,3 +1,5 @@
using Yavsc.Abstract.Identity;
namespace Yavsc.Models.Auth
{
public class Me : IApplicationUser {

View file

@ -1,3 +1,5 @@
using Yavsc.Abstract.Identity;
using Yavsc.Abstract.Identity;
using Yavsc.Models.Auth;
namespace Yavsc.ViewModels.Administration