Esempio n. 1
0
 public List <Info> GetInfosDataById(int id)
 {
     return(_dataSet.GetInfosDataById(id));
 }