Exemple #1
0
 public virtual IList <Supplier> GetAllSupplier()
 {
     return(entityDao.GetAllSupplier(false));
 }