Esempio n. 1
0
        public string GetLabel(ProcessReferentialIdentifier refe)
        {
            dynamic param = new ExpandoObject();

            param.refe = refe;
            return(_apiHttpClient.Service <string>(KL2_Server.API, nameof(ReferentialsService), nameof(GetLabel), param));
        }
Esempio n. 2
0
 /// <summary>
 /// Obtient toutes les ressources.
 /// </summary>
 /// <returns>Les ressources.</returns>
 public virtual List <KeyValuePair <string, AppResourceValue[]> > GetAllResources()
 {
     return(_apiHttpClient.Service <List <KeyValuePair <string, AppResourceValue[]> > >(KL2_Server.API, nameof(AppResourceService), nameof(GetAllResources)));
 }