public string DoCreateInvoice(Invoice invoice, Identification identification) { logger.Log(LogLevel.Trace, AppLib.GetCaller(logger)); using (SampleDAO dao = new SampleDAO()) { return dao.CreateInvoice(invoice, identification); } }