Beispiel #1
0
        public Sample DoGetSampleCoaData(int sampleId, int? billGroupId, int departmentId, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            using (SampleDAO dao = new SampleDAO()) {
                return dao.GetSampleCoaData(sampleId, billGroupId, departmentId, identification);
            }
        }