示例#1
0
 public ActionResult StartSyncAsync(string playerName)
 {
     _job.ForceStart();
     return(Accepted());
 }