예제 #1
0
 public DataTable ReaderById(int id)
 {
     return(VRepositorio.ReaderById(id));
 }