예제 #1
0
 public UsersController(ICollectorRepository repo, IMapper mapper,
                        ICollectionGundamRepository gRepo)
 {
     this.repo   = repo;
     this.mapper = mapper;
     this.gRepo  = gRepo;
 }
 public CollectionGundamController(ICollectionGundamRepository repo, IMapper mapper)
 {
     this.repo   = repo;
     this.mapper = mapper;
 }