blob: b3958036e1d35c0be439f07752752f6605a3f5c2 [file] [log] [blame]
namespace Usergrid.Sdk.IntegrationTests
{
public class Friend
{
public string Name { get; set; }
public int Age { get; set; }
}
}