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