IF.Lastfm/IF.Lastfm.Core/Objects/BuyLink.cs
Rikki Tooley 03fa6f74e9 Changed error handling, stubbed most of albumapi
Methods now return LastResponse or ListResponse (confusing? hmm) instead
of throwing exceptions.
2013-06-14 13:11:42 +01:00

6 lines
76 B
C#

namespace IF.Lastfm.Core.Objects
{
public class BuyLink
{
}
}