public Validation <IError, IEnumerable <StoreModel> > CreateMany(StoreManyCreateCommand command) => storeCreateManyCommandHandler.Handle(command);
public Validation <IError, IEnumerable <StoreModel> > Handle(StoreManyCreateCommand input) { throw new System.NotImplementedException(); }
public Validation <IError, IEnumerable <StoreModel> > CreateMany(StoreManyCreateCommand command) => throw new NotImplementedException();