public UserService(IHttpContextService context, ILinqRepositoryWithTypedId <Parent, string> parentRepository, ILinqRepositoryWithTypedId <User, string> userRepository) { this.context = context; this.parentRepository = parentRepository; this.userRepository = userRepository; }
public UserService(IHttpContextService context, ILinqRepositoryWithTypedId<Parent,string> parentRepository, ILinqRepositoryWithTypedId<User, string> userRepository) { this.context = context; this.parentRepository = parentRepository; this.userRepository = userRepository; }