示例#1
0
 public List <Vaktkalender> hentAlleVakterForBruker(string brukernavn)
 {
     return(_repository.hentAlleVakterForBruker(brukernavn));
 }