Exemple #1
0
        protected bool Equals(ReturnBlockIn entity)
        {
            if (entity == null) return false;
            if (!base.Equals(entity)) return false;

            return true;
        }
 public ReturnBlockIn Add(ReturnBlockIn data)
 {
     ReturnBlockInDao.Add(data);
     return data;
 }
 public void Delete(ReturnBlockIn data)
 {
     ReturnBlockInDao.Delete(data);
 }
 public void Update(ReturnBlockIn data)
 {
     ReturnBlockInDao.Update(data);
 }