private void GetCollectionDMCM() { Response.Write(CollectionDMCMBAL.GetCollectionDMCM(Request.QueryString).ToJSON()); }
private void SaveCollectionDMCM() { Response.Write(CollectionDMCMBAL.SaveCollectionDMCM(Request.QueryString, Request.Form)); }
private void DisplaySelectedDataOnTheGrid() { Response.Write(CollectionDMCMBAL.DisplaySelectedDataOnTheGrid(Request.QueryString).ToJSON()); }