Changed Status/UserList to use linq and RestObject instead.
This commit is contained in:
parent
ddd7329fbf
commit
bedfc060e2
3 changed files with 38 additions and 63 deletions
|
|
@ -1,7 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Rests
|
||||
{
|
||||
[Serializable]
|
||||
public class RestObject : Dictionary<string, string>
|
||||
{
|
||||
public string Status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue