예제 #1
0
 public DataTable ListarCompra()
 {
     using (ServicioCompra laCompra = new ServicioCompra())
         return(laCompra.ListarCompra());
 }