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