Exemplo n.º 1
0
 public static Port <ICreateQuestionResult> CreateQuestion(CreateQuestionCmd command) => NewPort <CreateQuestionCmd, ICreateQuestionResult>(command);
Exemplo n.º 2
0
 public static Port <ICreateQuestionResult> CreateQuestion(CreateQuestionCmd command)
 {
     return(NewPort <CreateQuestionCmd, ICreateQuestionResult>(command));
 }