Merge remote-tracking branch 'origin/develop' into newDoctor
This commit is contained in:
@@ -234,6 +234,8 @@ namespace Util
|
||||
|
||||
public static byte[] getNewConnectionJson(string user)
|
||||
{
|
||||
if (user == null)
|
||||
throw new ArgumentNullException("user null");
|
||||
dynamic data = new
|
||||
{
|
||||
username = user
|
||||
|
||||
Reference in New Issue
Block a user