Ejemplo n.º 1
0
 public ApplicationServer GetServerById(string id)
 {
     return(Invoke(() => ApplicationServerLogic.GetById(id)));
 }