public DC_Message AddUpdateKeyword(DC_Keyword _obj) { using (BusinessLayer.BL_Masters obj = new BL_Masters()) { return(obj.AddUpdateKeyword(_obj)); } }
public DC_Message AddUpdateKeyword(DC_Keyword _obj) { using (DataLayer.DL_Masters obj = new DataLayer.DL_Masters()) { return(obj.AddUpdateKeyword(_obj)); } }
public DC_Message AddUpdateKeyword(DC_Keyword param) { object result = null; ServiceConnection.MDMSvcProxy.PostData(ConfigurationManager.AppSettings["Keyword_AddUpdate"], param, typeof(DC_Keyword), typeof(DC_Message), out result); return(result as DC_Message); }