コード例 #1
0
ファイル: VentaBL.cs プロジェクト: ogaston/PuntoVenta
 public static DataTable MostrarDetalle(string textobuscar)
 {
     VentaDAL Obj = new VentaDAL();
     return Obj.MostrarDetalle(textobuscar);
 }