Esempio n. 1
0
 public DC_Message AddUpdateKeyword(DC_Keyword _obj)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.AddUpdateKeyword(_obj));
     }
 }