示例#1
0
 public CategoryService(BUOTOdb buotDb)
 {
     _buotDb = buotDb;
 }
示例#2
0
 public NoticeService(BUOTOdb buotDb)
 {
     _buotDb = buotDb;
 }