Example #1
0
 protected CrudService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="TimeService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public TimeService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #3
0
 protected RestApiService(IServiceRequestHandler requestHandler)
 {
     RequestHandler = requestHandler;
 }
Example #4
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ProjectService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public ProjectService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #5
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="FeatureService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public FeatureService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #6
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="EpicService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public EpicService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #7
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="CommentService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public CommentService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
 public PriorityService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #9
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ServiceProvider" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public ServiceProvider(IServiceRequestHandler requestHandler)
 {
     RequestHandler = requestHandler;
 }
Example #10
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="BugService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public BugService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #11
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ProgramService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public ProgramService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #12
0
 public UserService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
Example #13
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="CompanyService" /> class.
 /// </summary>
 /// <param name="requestHandler">The request handler.</param>
 public CompanyService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }