示例#1
0
 public T ObtenerPorCodigo <T>(params object[] aoLLaves) where T : class
 {
     return(ioContexto.Set <T>().Find(aoLLaves));
 }