示例#1
0
 public T GetByPk(long id)
 {
     return(_estoqueContext.Find <T>(id));
 }