public void UpdateBXD(MRS.Model.BXD bxd) { dalBXD.UpdateBXD(bxd); }
public int CreateBXD(MRS.Model.BXD bxd) { return(dalBXD.CreateBXD(bxd)); }