Ejemplo n.º 1
0
 public UsersService(ApplicationUserManager userManager, ApplicationContext ctx, BadgesService badgesService)
 {
     this.userManager   = userManager;
     this.ctx           = ctx;
     this.badgesService = badgesService;
 }
Ejemplo n.º 2
0
 public PlacesService(ApplicationContext ctx, BadgesService badgesService)
 {
     this.ctx           = ctx;
     this.badgesService = badgesService;
     ratingExpression   = GetRating();
 }