예제 #1
0
 public ResultInfo.Result Publish(long id)
 {
     db.PublishApp(id);
     return(Result.GenerateOKResult("Published", id.ToString()));
 }