IF.Lastfm/IF.Lastfm.Core/ILastFm.cs

9 lines
127 B
C#
Raw Normal View History

2013-06-08 18:49:21 +01:00
using IF.Lastfm.Core.Api;
namespace IF.Lastfm.Core
{
public interface ILastFm
{
IAuth Auth { get; }
}
}