コード例 #1
0
 public string Get(int id)
 {
     customerBL.CustomerById(id);
     return("success");
 }