Example #1
0
        public DateTime HamtaRapporteringsstartForRegisterOchPeriod(int regId, string period)
        {
            var rappStart = _portalRepository.GetReportstartForRegisterAndPeriod(regId, period);

            return(rappStart);
        }