Beispiel #1
0
 public NewsCategoryService(IEFDb efDb)
 {
     _efDb = efDb;
 }
Beispiel #2
0
 public NewsService(IEFDb efDb)
 {
     _efDb = efDb;
 }