コード例 #1
0
 public System.Collections.Generic.IList <AppEstadioGenNHibernate.EN.AppEstadio.PedidoEN> GetPedidosEntreFechas(Nullable <DateTime> p_min, Nullable <DateTime> p_max)
 {
     return(_IPedidoCAD.GetPedidosEntreFechas(p_min, p_max));
 }