Exemplo n.º 1
0
        public int DoDeleteOos(int oosId, string reason, Identification identification)
        {
            logger.Log(LogLevel.Trace, AppLib.GetCaller(logger));

            // Delete Oos
            using (SampleDAO dao = new SampleDAO())
            {
                return dao.DeleteOOS(oosId, reason, identification);
            }
        }