어드레서블 크립토 제거
This commit is contained in:
parent
bbb8c138e2
commit
9ecdd47c32
|
|
@ -9,8 +9,6 @@ namespace Server.System
|
||||||
public abstract string Process();
|
public abstract string Process();
|
||||||
|
|
||||||
public abstract Req Requst(string json);
|
public abstract Req Requst(string json);
|
||||||
|
|
||||||
public Crypto crypto = new Crypto();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue