Ejemplo n.º 1
0
 public Task <List <string> > Get(string id)
 {
     return(GetIps.GetAllIpsandMAC(id));
     //  return Ip;
 }
Ejemplo n.º 2
0
 public Task <List <string> > Get()
 {
     return(GetIps.GetAllIpsandMAC());
 }