コード例 #1
0
 public AspNetUserRoles(SolutionDbContext solutionDbContext)
 {
     _repo = new RepositoryAspNetUserRoles(solutionDbContext);
 }