コード例 #1
0
 public IHttpActionResult InsertBondType(OneValueModel model)
 {
     edisRepo.FeedDataForBondTypes(model.Value);
     return(Ok());
 }