示例#1
0
 public IEnumerable <Sach> GetAll(bool status = true)
 {
     return(sachRepository.GetMulti(x => x.TrangThai == status));
 }