예제 #1
0
 public Tiers GetById(int id)
 {
     return(_fournisseurService.GetById(id));
 }