Esempio n. 1
0
 public List <Formation> formationGetIntListOptimise([FromQuery] bool actif)
 {
     return(FormationCrud.GetListOptimise(actif));
 }