示例#1
0
 public int CreatePanelGroup(TblPanelGroupMaster tblPanelGroup)
 {
     return(MastersDAL.CreatePanelGroup(tblPanelGroup));
 }