Hi i need to use both RootObject in order to get the results however it is giving me error pls help
public class RootObject{
public Result request { get; set; }
}
public class RootObject
{
public Response response { get; set; }
}
Hi i need to use both RootObject in order to get the results however it is giving me error pls help
public class RootObject public class RootObject
{
public Response response { get; set; }
}