refactoring
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
namespace Yavsc
|
||||
{
|
||||
using Abstract.Identity;
|
||||
public interface IContact
|
||||
{
|
||||
IApplicationUser Owner { get; set; }
|
||||
|
@ -17,6 +17,7 @@
|
||||
//
|
||||
|
||||
using System;
|
||||
using Yavsc.Abstract.Identity;
|
||||
|
||||
namespace Yavsc
|
||||
{
|
||||
|
Reference in New Issue
Block a user