refactoring

This commit is contained in:
2018-07-16 02:36:44 +02:00
parent ee91fd6300
commit 4115f1ad06
20 changed files with 29 additions and 11 deletions

View File

@ -1,5 +1,6 @@
namespace Yavsc
{
using Abstract.Identity;
public interface IContact
{
IApplicationUser Owner { get; set; }

View File

@ -17,6 +17,7 @@
//
using System;
using Yavsc.Abstract.Identity;
namespace Yavsc
{