Exemple #1
0
 public virtual IList <CustomerRollingPlan> GetAllCustomerRollingPlan()
 {
     return(entityDao.GetAllCustomerRollingPlan());
 }