Example #1
0
        public DateTime HamtaSenasteRapporteringForRegisterOchPeriodSpecial(int regId, string period)
        {
            var rappSenast = _portalRepository.GetLatestReportDateForRegisterAndPeriodSpecial(regId, period);

            return(rappSenast);
        }