Ejemplo n.º 1
0
 public Keywords Get(string id)
 {
     var dms = new OnBase("jturner", "jturner");
     return dms.GetKeywords(id);
 }