Пример #1
0
 public IEnumerable <Customer> GetStoreCustomers(int storeId)
 {
     return(CustomerContainer.GetStoreCustomers(storeId));
 }