Exemple #1
0
 public CategoryDto Get(int id)
 {
     return(cTran.Get(id));
 }