public UserOrganisations(WebRotaDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
예제 #2
0
 public MembersController(WebRotaDbContext context, IMapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }