IF.Lastfm/IF.Lastfm.Core/ILastFm.cs
2013-06-08 18:49:21 +01:00

10 lines
128 B
C#

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