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