IF.Lastfm/IF.Lastfm.Core/ILastFm.cs
2013-06-11 16:03:16 +01:00

9 lines
127 B
C#

using IF.Lastfm.Core.Api;
namespace IF.Lastfm.Core
{
public interface ILastFm
{
IAuth Auth { get; }
}
}