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