Created ApiClient nuget package.

This commit is contained in:
ScottIsAFool
2013-02-22 20:11:17 +00:00
parent 10559f2b7d
commit 46b48c8982
5 changed files with 42 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ using ProtoBuf;
namespace MediaBrowser.Model.Dto
{
/// <summary>
/// Class DtoUserItemData
/// Class UserItemDataDto
/// </summary>
[ProtoContract]
public class UserItemDataDto : INotifyPropertyChanged