public JsonResult <ResponseBase <TBL_SLI_COUNTRY> > Update(TBL_SLI_COUNTRY country) { return(Json(service.Update(country))); }
public JsonResult <ResponseBase <TBL_SLI_COUNTRY> > Insert(TBL_SLI_COUNTRY country) { return(Json(service.Insert(country))); }