Example #1
0
 public IHttpActionResult CreateNewReinvestment(ReinvestmentPlanCreationModel model)
 {
     //repo
     model.AdviserId = userid;
     repo.AdviserCreateNewReinvestmentAdviserInital(model);
     return(Ok());
 }