Beispiel #1
0
 public IEnumerable <Framework> GetAll()
 {
     return(_framworkRepo.All());
 }
Beispiel #2
0
 public virtual IEnumerable <Device> GetDevices()
 {
     return(_deviceRepo.All());
 }
Beispiel #3
0
 public IEnumerable <OS> GetAll()
 {
     return(_osRepo.All());
 }