Exemplo n.º 1
0
        public override void Create(BaseEntity entity)
        {
            var Bus          = (Bus)entity;
            var sqlOperation = Mapper.GetCreateStatement(Bus);

            Dao.ExecuteProcedure(sqlOperation);
        }
Exemplo n.º 2
0
        public override void Create(BaseEntity entity)
        {
            var sqlOperation = _mapper.GetCreateStatement(entity);

            dao.ExecuteProcedure(sqlOperation);
        }