コード例 #1
0
ファイル: Repository.cs プロジェクト: devallish/sports-club2
 public IQueryable <T> Set <T>() where T : BaseEntity
 => _context.Set <T>();