示例#1
0
 public ThemeServices(DaoTheme themeTable)
 {
     this.themeTable = themeTable;
     this.paintingTable = new DaoPainting(themeTable.configuration);
 }
示例#2
0
 public PaintingService(DaoPainting paintingTable)
 {
     this.paintingTable = paintingTable;
 }