Beispiel #1
0
 public IGangCommand Deserialize(byte[] bytes, GangAudit audit)
 {
     return(GangCommand.From(bytes, audit));
 }