refactoring & Activities update

This commit is contained in:
Paul Schneider 2017-02-07 15:04:58 +01:00
commit 28c53cc2ee
19 changed files with 5740 additions and 114 deletions

View file

@ -1,6 +1,6 @@
using System.Collections.Generic;
namespace Yavsc.Models
namespace YavscLib
{
public interface ICircle
{
@ -10,4 +10,4 @@ namespace Yavsc.Models
IApplicationUser Owner { get; set; }
string OwnerId { get; set; }
}
}
}