naming and plan

This commit is contained in:
Tom Gardham-Pallister
2016-07-10 17:38:54 +01:00
parent 711a3d6a91
commit cea6a557e9
22 changed files with 182 additions and 159 deletions

View File

@ -15,5 +15,13 @@ namespace Ocelot.Library.Infrastructure.Responses
}
public List<Error> Errors { get; private set; }
public bool IsError
{
get
{
return Errors.Count > 0;
}
}
}
}

View File

@ -14,5 +14,6 @@ namespace Ocelot.Library.Infrastructure.Responses
}
public T Data { get; private set; }
}
}