コード例 #1
0
 public RelationsService(OurTraceDbContext dbContext, IMapper automapper)
 {
     this.dbContext       = dbContext;
     this.automapper      = automapper;
     this.identityService = new IdentityService(dbContext);
 }