Changed Status/UserList to use linq and RestObject instead.

This commit is contained in:
high 2011-09-05 21:52:41 -04:00
parent ddd7329fbf
commit bedfc060e2
3 changed files with 38 additions and 63 deletions

View file

@ -1,7 +1,9 @@
using System;
using System.Collections.Generic;
namespace Rests
{
[Serializable]
public class RestObject : Dictionary<string, string>
{
public string Status