Ejemplo n.º 1
0
 public IHttpActionResult UpdateFinancialAssessment(ECIScreeningModel ediScreening)
 {
     return(new HttpResult <Response <ECIScreeningModel> >(_eciDataProvider.UpdateECIScreening(ediScreening), Request));
 }
Ejemplo n.º 2
0
 public IHttpActionResult AddECIScreening(ECIScreeningModel ediScreening)
 {
     return(new HttpResult <Response <ECIScreeningModel> >(_eciDataProvider.AddECIScreening(ediScreening), Request));
 }