示例#1
0
 public bool taLedigVakt(int id, string brukernavn)
 {
     return(_repository.taLedigVakt(id, brukernavn));
 }