Exemplo n.º 1
0
        internal static InvoiceInfo FetchInvoiceInfo(Data.Invoice data)
        {
            var result = new InvoiceInfo();

            result.Fetch(data);
            return(result);
        }
Exemplo n.º 2
0
 internal static InvoiceInfo FetchInvoiceInfo(Data.Invoice data)
 {
     var result = new InvoiceInfo();
     result.Fetch(data);
     return result;
 }