Пример #1
0
 public Validation <IError, IEnumerable <StoreModel> > CreateMany(StoreManyCreateCommand command) => storeCreateManyCommandHandler.Handle(command);
Пример #2
0
 public Validation <IError, IEnumerable <StoreModel> > Handle(StoreManyCreateCommand input)
 {
     throw new System.NotImplementedException();
 }
Пример #3
0
 public Validation <IError, IEnumerable <StoreModel> > CreateMany(StoreManyCreateCommand command) => throw new NotImplementedException();