refactoring & Activities update
This commit is contained in:
parent
c70f9c3fa0
commit
28c53cc2ee
19 changed files with 5740 additions and 114 deletions
|
|
@ -1,7 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
using Yavsc.Models.Identity;
|
||||
|
||||
namespace Yavsc.Models
|
||||
namespace YavscLib
|
||||
{
|
||||
public interface IApplicationUser
|
||||
{
|
||||
|
|
@ -13,4 +12,4 @@ namespace Yavsc.Models
|
|||
ILocation PostalAddress { get; set; }
|
||||
IList<IBlog> Posts { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue