Пример #1
0
 public RPController(IRPServerService rPServerService)
 {
     this.rPServerService = rPServerService;
 }
 public RPController(IRPServerService rPServerService, IForumsService forumsService)
 {
     this.rPServerService = rPServerService;
     this.forumsService   = forumsService;
 }