Exemplo n.º 1
0
 public IEnumerable <object> getListSach()
 {
     this.entity = new NhaSachEntities();
     return(entity.SACHes.Select(c => new { c.MASACH, c.TENSACH, c.MATG, c.MALOAISACH, c.MALINHVUC, c.GIAMUA }).ToList());
 }
Exemplo n.º 2
0
 public IEnumerable <KHO> getListKho()
 {
     this.entity = new NhaSachEntities();
     return(entity.KHOes.ToList());
 }