Beispiel #1
0
 public RootObjectService(IRootObjectRepository rootObjectRepository)
 {
     _rootObjectRepository = rootObjectRepository;
 }