Ejemplo n.º 1
0
        public static DataTable GetDeliveryErrorCodeLibList_ByActClient(int ActClient, DateTime BeginDate, DateTime EndDate)
        {
            ORD_DeliveryDAL dal = (ORD_DeliveryDAL)DataAccess.CreateObject(DALClassName);

            return(dal.GetDeliveryErrorCodeLibList(0, ActClient, BeginDate, EndDate));
        }
Ejemplo n.º 2
0
        public static DataTable GetDeliveryErrorCodeLibList_BySupplier(int Supplier, DateTime BeginDate, DateTime EndDate)
        {
            ORD_DeliveryDAL dal = (ORD_DeliveryDAL)DataAccess.CreateObject(DALClassName);

            return(dal.GetDeliveryErrorCodeLibList(Supplier, 0, BeginDate, EndDate));
        }