Esempio n. 1
0
 public IList <KorisnikVM> GetAll()
 {
     return(_userInterface.GetAll());
 }
Esempio n. 2
0
 public IList <DoktorVM> GetAll()
 {
     return(_userInterface.GetAll());
 }
 public IList <TehnicarVM> GetAll()
 {
     return(_userInterface.GetAll());
 }