コード例 #1
0
        public OtherFuelConsume Update(OtherFuelConsume obj)
        {
            OtherFuelConsumeBO otherfuelconsumeBO = new OtherFuelConsumeBO(obj);

            otherfuelconsumeDao.Update(otherfuelconsumeBO);
            return(obj);
        }
コード例 #2
0
        public int Insert(OtherFuelConsume obj)
        {
            OtherFuelConsumeBO otherfuelconsumeBO = new OtherFuelConsumeBO(obj);

            return(otherfuelconsumeDao.Insert(otherfuelconsumeBO));
        }