Esempio n. 1
0
        public LabCategoryDto AddOrUpdateLabCategory(LabCategoryDto source)
        {
            var result = _systemService.AddOrUpdateLabCategory(source);

            return(result);
        }