示例#1
0
文件: BaseBL.cs 项目: manhnv-229/demo
 public IEnumerable <T> GetData()
 {
     return(_baseDL.GetData());
 }