public static Task Execute(IWriteModel model, IFinancierAggregateRepository repo, IUnitOfWork unitOfWork) =>
 model switch
 {
コード例 #2
0
 public Task Handle(IWriteModel writeModel) =>
 writeModel switch
 {