refactoring: --YavscLib-- => Yavsc

This commit is contained in:
2017-05-27 16:22:58 +02:00
parent e07c06b32e
commit 2a8b078024
102 changed files with 218 additions and 211 deletions

View File

@ -1,5 +1,4 @@
using YavscLib;

namespace Yavsc.Interfaces
{
public interface IGCMDeclaration
@ -17,4 +16,4 @@ namespace Yavsc.Interfaces
IApplicationUser DeviceOwner { get; set; }
string DeviceOwnerId { get; set; }
}
}
}