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