コード例 #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());
 }
コード例 #2
0
 public IEnumerable <KHO> getListKho()
 {
     this.entity = new NhaSachEntities();
     return(entity.KHOes.ToList());
 }