Exemplo n.º 1
0
 public T Find <T>(Expression <Func <T, bool> > Where) where T : BaseEntity, new()
 {
     return(find.Find <T>(Where));
 }
Exemplo n.º 2
0
 public M Find <M>(M entity) where M : BaseModel, new()
 {
     return(find.Find(entity));
 }