Beispiel #1
0
        public static Message Delete(string DtoName, string table, string strWhere)
        {
            Message  msg     = new Message();
            IMapping Mapping = MappingFactory.CreatMapping(DtoName);

            msg.MessageInfo = CommonDal.Delete(table, strWhere);
            return(msg);
        }