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