aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/EmptyRequestResult.cs
blob: 5d29218e3c451d95ff7bedaa0950f31c1aa4342e (plain)
1
2
3
4
5
6
namespace MediaBrowser.Model.Entities
{
    public class EmptyRequestResult
    {
    }
}