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