refactoring
This commit is contained in:
parent
dc8947b470
commit
d796f553f4
20 changed files with 29 additions and 11 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue