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

@ -18,7 +18,7 @@
using System;
namespace Yavsc.Models.Identity
namespace YavscLib
{
public interface IGCMDeclaration
{
@ -35,4 +35,4 @@ namespace Yavsc.Models.Identity
IApplicationUser DeviceOwner { get; set; }
string DeviceOwnerId { get; set; }
}
}
}