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