Пример #1
0
 public Games GetDraw(string id)
 {
     return(userLogic.AcceptDraw(id));
 }