예제 #1
0
 public string insertDesignation([FromBody] Designation pDesignation)
 {
     return(loDesignation.insertDesignation(pDesignation));
 }