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