示例#1
0
 public int CreateAgency([FromBody] AgencyList agency)
 {
     return(objdata.AddAgencyList(agency));
 }