Example #1
0
 public Collection <Store> SelectStores()
 {
     return(storeDataMapper.GetByCriteria(new EmptySearchCriteria()));
 }