Example #1
0
 public MissionService(IRestAPIClient restAPIClient) : base(restAPIClient, "mission")
 {
 }
Example #2
0
 public ChoixService(IRestAPIClient restAPIClient) : base(restAPIClient, "choix")
 {
 }
Example #3
0
 public BaseService(IRestAPIClient restAPIClient, string baseServiceUrl)
 {
     _client         = restAPIClient;
     _baseServiceUrl = baseServiceUrl;
 }
Example #4
0
 public FormationService(IRestAPIClient restAPIClient) : base(restAPIClient, "formation")
 {
 }
Example #5
0
 public ReclamationService(IRestAPIClient restAPIClient) : base(restAPIClient, "reclamation")
 {
 }
Example #6
0
 public AbsenceService(IRestAPIClient restAPIClient) : base(restAPIClient, "absence")
 {
 }
Example #7
0
 public ProjetService(IRestAPIClient restAPIClient) : base(restAPIClient, "projet")
 {
 }
Example #8
0
 public RubriqueService(IRestAPIClient restAPIClient) : base(restAPIClient, "rubrique")
 {
 }
Example #9
0
 public CompteService(IRestAPIClient restAPIClient) : base(restAPIClient, "compte")
 {
 }
Example #10
0
 public RapportService(IRestAPIClient restAPIClient) : base(restAPIClient, "rapport")
 {
 }
Example #11
0
 public RoleService(IRestAPIClient restAPIClient) : base(restAPIClient, "role")
 {
 }
Example #12
0
 public PermissionService(IRestAPIClient restAPIClient) : base(restAPIClient, "permission")
 {
 }
Example #13
0
 public FacturationService(IRestAPIClient restAPIClient) : base(restAPIClient, "facturation")
 {
 }
Example #14
0
 public QuestionService(IRestAPIClient restAPIClient) : base(restAPIClient, "question")
 {
 }
Example #15
0
 public EvaluationService(IRestAPIClient restAPIClient) : base(restAPIClient, "evaluation")
 {
 }
Example #16
0
 public UserFormationService(IRestAPIClient restAPIClient) : base(restAPIClient, "userFormation")
 {
 }
Example #17
0
 public ConfigurationService(IRestAPIClient restAPIClient) : base(restAPIClient, "configuration")
 {
     IsInitialized = false;
 }
Example #18
0
 public SujetService(IRestAPIClient restAPIClient) : base(restAPIClient, "sujet")
 {
 }
Example #19
0
 public FraisService(IRestAPIClient restAPIClient) : base(restAPIClient, "frais")
 {
 }
Example #20
0
 public UserService(IRestAPIClient restAPIClient) : base(restAPIClient, "user")
 {
 }
Example #21
0
 public ReponseService(IRestAPIClient restAPIClient) : base(restAPIClient, "reponse")
 {
 }