Пример #1
0
 public static Port <ICreateQuestionResult> QuestionCreate(CreateQuestionCmd cmd) => NewPort <CreateQuestionCmd, ICreateQuestionResult>(cmd);
Пример #2
0
 public static Port <ICreateQuestionResult> CreateQuestion(CreateQuestionCmd createQuestionCmd) =>
 NewPort <CreateQuestionCmd, ICreateQuestionResult>(createQuestionCmd);
Пример #3
0
 public static Port <CreateQuestionResult.ICreateQuestionResult> CreateQuestion(CreateQuestionCmd command)
 {
     return(NewPort <CreateQuestionCmd, ICreateQuestionResult>(command));
 }