示例#1
0
 public List <VisMaler> hentAlleMaler(int id, string brukernavn)
 {
     return(_repository.hentAlleMaler(id, brukernavn));
 }