public CommunityService(VinylDbContext context)
 {
     _context = context;
 }
 public VinylService(VinylDbContext context, IAppPrincipal appPrincipal)
 {
     _context      = context;
     _appPrincipal = appPrincipal;
 }
Exemplo n.º 3
0
 public UserService(VinylDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public ParameterService(VinylDbContext context)
 {
     _context = context;
 }