Ejemplo n.º 1
0
 public List <int> GetDiginotes(string sessionID)
 {
     return(_db.GetDiginotes(sessionID));
 }