Beispiel #1
0
        public CheckBl Update(CheckBl item)
        {
            var dto = _service.Update(item?.ToDto());

            return(dto != null ? new CheckBl(dto) : null);
        }