This commit is contained in:
Jamie.Rees 2017-01-04 08:24:59 +00:00
commit 98a91faf52
3 changed files with 26 additions and 16 deletions

View file

@ -0,0 +1,8 @@
using System;
namespace Ombi.Api.Models
{
public class WatcherResponse<T>
{
}
}