예제 #1
0
 protected CrudService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
예제 #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)
 {
 }
예제 #3
0
 protected RestApiService(IServiceRequestHandler requestHandler)
 {
     RequestHandler = requestHandler;
 }
예제 #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)
 {
 }
예제 #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)
 {
 }
예제 #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)
 {
 }
예제 #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)
 {
 }
예제 #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;
 }
예제 #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)
 {
 }
예제 #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)
 {
 }
예제 #12
0
 public UserService(IServiceRequestHandler requestHandler) : base(requestHandler)
 {
 }
예제 #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)
 {
 }