Exemple #1
0
 public async Task <SmartBoard> GetSmartboard(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #2
0
 public async Task <Accesory> GetAccesory(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #3
0
 public async Task <Error> GetError(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #4
0
 public async Task <Computer> GetComputer(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #5
0
 public async Task <Employee> GetEmployee(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #6
0
 public async Task <SmartPhone> GetSmartphone(int key)
 {
     return(await _webApi.Read(key));
 }
Exemple #7
0
 public async Task <Equipment> GetEquipment(int key)
 {
     return(await _webApi.Read(key));
 }