Beispiel #1
0
        public BasicResponse DeleteConfig(ConfigDeleteRequest configrequest)
        {
            _Repository.DeleteConfig(configrequest.Id);
            var configresponse = new BasicResponse();

            return(configresponse);
        }