Exemplo n.º 1
0
 public IEnumerable <T> Query(string condition, params object[] args)
 {
     return(_context.Query <T>(condition, args));
 }