コード例 #1
0
 public string GetAllOrganization()
 {
     return(JsonConvert.SerializeObject(MyOrganizationBLL.GetAllOrganization()));
 }