コード例 #1
0
ファイル: Classes.cs プロジェクト: Fenyo7/BPROF_HQ8HSE_MVC
 public IQueryable <T> GetAll()
 {
     return(ctx.Set <T>());
 }