예제 #1
0
 public JsonResult GetProfileById(int id)
 {
     return(new JsonResult(ProfilesManager.SelectProfileById(_sqlConnection, id)));
 }