refactoring

This commit is contained in:
Paul Schneider 2017-03-02 20:25:49 +01:00
commit fafa1a5c5f
21 changed files with 5 additions and 5 deletions

View file

@ -1,15 +0,0 @@
using System.Collections.Generic;
namespace YavscLib
{
public interface IApplicationUser
{
IAccountBalance AccountBalance { get; set; }
IList<IContact> Book { get; set; }
IList<ICircle> Circles { get; set; }
string DedicatedGoogleCalendar { get; set; }
IList<IGoogleCloudMobileDeclaration> Devices { get; set; }
ILocation PostalAddress { get; set; }
IList<IBlog> Posts { get; set; }
}
}