Ejemplo n.º 1
0
 public List <TT_Detail> GetTTDetailList(int age, string ptype)
 {
     return(_set.GetTTDetailList(age, ptype));
 }