Exemplo n.º 1
0
 public virtual T GetByObject(Object o)
 {
     return(_dao.GetByObject(o));
 }