Пример #1
0
 public ShapeUpService(IShapeUpRepository repository, IMapper mapper)
 {
     this.repository = repository;
     this.mapper     = mapper;
 }
Пример #2
0
 public ShapeUpService(IShapeUpRepository repository) => this.repository = repository;