Пример #1
0
        public virtual List <dtBillingOffice> GetBillingOffice(string documentType, Nullable <System.DateTime> datBatchDate)
        {
            CMDataEntities context = new CMDataEntities();

            return(context.GetBillingOffice(documentType, datBatchDate).ToList());
        }