Ejemplo n.º 1
0
 public List <HackOrder> GetHackOrders(int computerId)
 {
     return(repository.GetHackOrders(computerId).Result);
 }