Exemplo n.º 1
0
        public DateTime?GetLastRun(ApiType apiType, long?refId)
        {
            var data = _runnerRepository.GetLastRun(apiType, refId);

            return(data);
        }