Ejemplo n.º 1
0
 public JsonResult <ResponseBase <TBL_SLI_COUNTRY> > Update(TBL_SLI_COUNTRY country)
 {
     return(Json(service.Update(country)));
 }
Ejemplo n.º 2
0
 public JsonResult <ResponseBase <TBL_SLI_COUNTRY> > Insert(TBL_SLI_COUNTRY country)
 {
     return(Json(service.Insert(country)));
 }