Esempio n. 1
0
        public DugunSalonuDto ToB(DugunSalonu entity)
        {
            this.DugunSalonuID = entity.DugunSalonuID;
            this.Name          = entity.Name;
            this.TelNo         = entity.TelNo;
            this.Location      = entity.Location;
            this.DtInsert      = entity.DtInsert;
            this.DtUpdate      = entity.DtUpdate;
            this.RowStatus     = entity.RowStatus;

            return(this);
        }
Esempio n. 2
0
 public DugunSalonuDto(DugunSalonu entity)
 {
     ToB(entity);
 }