示例#1
0
 public List <Vaktkalender> hentAlleVakter(int id, string b)
 {
     return(_repository.hentAlleVakter(id, b));
 }