Esempio n. 1
0
 public DC_Message ApplyKeyword(DC_keywordApply_RQ RQ)
 {
     using (BusinessLayer.BL_Masters obj = new BL_Masters())
     {
         return(obj.ApplyKeyword(RQ));
     }
 }