예제 #1
0
 public virtual List <TDBModel> GetAll()
 {
     return(db.Set <TDBModel>().ToList());
 }