コード例 #1
0
 public List <T> GetAll()
 {
     return(Context.Set <T>().ToList());
 }