Example #1
0
 public ShapeUpRepository(ShapeUp context)
 {
     this.context = context;
 }
 public ShapeUpRepository(ShapeUp context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }