예제 #1
0
        public Boolean InsertComment(RMAComment _lsreturn)
        {
            Boolean _flag = false;

            try
            {
                _flag = Service.SetRMA.InsertRMAComment(_lsreturn.ConvertTOSaveDTO(_lsreturn));
            }
            catch (Exception)
            {
            }
            return(_flag);
        }
예제 #2
0
 public Boolean InsertRMACommnt(RMAComment Comment)
 {
     return(_cRMAComment.InsertComment(Comment));
 }