public async Task <JsonResult> Add_New([FromBody] Vendor obj) { var result = await _vendor_repo.Add_New(obj); return(Json(result)); }