Exemplo n.º 1
0
        public int AddComment(List <OrderInvoiceEntity> ent)
        {
            AddSerialDL productdal = new AddSerialDL();

            return(productdal.AddComment(ent));
        }