コード例 #1
0
 public object Get(int user_id)
 {
     return(ApiManager.ApiGetPatientsForDoctor(user_id));
 }