コード例 #1
0
 public UsersController(IUserRepository repository)
 {
     this.db = repository;
 }