Пример #1
0
 public virtual IList <Customer> GetAllCustomer()
 {
     return(entityDao.GetAllCustomer(false));
 }