コード例 #1
0
ファイル: BaseBll.cs プロジェクト: zhanggang03/NetCore
 public IEnumerable <T> GetAllEntities()
 {
     return(dao.GetAllEntities());
 }