Ejemplo n.º 1
0
        public int personalhygienedata(MPersonalHygieneCheckList receive)
        {
            daphl = new DAPersonalHygieneCheckList();
            int Result = 0;

            try
            {
                Result = daphl.personalhygienedata(receive);
            }
            catch (Exception)
            {
                throw;
            }
            return(Result);
        }