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