Esempio n. 1
0
 public Formation FormationGetById([FromQuery] int id)
 {
     return(FormationCrud.GetById(id));
 }