示例#1
0
 public TEntity GetById(Guid id)
 {
     return(_dataProvider.GetById(id));
 }