public int Delete(TGetCardModel model) { return(this.dal.Delete(model)); }
public TGetCardModel Insert(TGetCardModel model) { return(this.dal.Insert(model)); }
public int Update(TGetCardModel model) { return(this.dal.Update(model)); }
public TGetCardModel Insert(TGetCardModel model) { return(db.Insert(model)); }