Exemplo n.º 1
0
 public BaseCmd(ISupportService service, SendContent receiveContent)
 {
     _service = service as SupportService;
     _receiveContent = receiveContent;
     _receiveCmd = PublicMethod.JsonDeSerialize<CommandModel>(_receiveContent.Message);
 }
Exemplo n.º 2
0
 public ReflectionType(ISupportService service)
 {
     _service = service as SupportService;
 }