Example #1
0
 public IEnumerable <EventBlob> FindAll(long fromid = 0)
 {
     return(conn.AllBlobs((int)fromid));
 }