Пример #1
0
 public PointsAdminModule(PointEarningService points, RootController root)
     : base(root)
 {
     _points = points;
 }