Example #1
0
 public Info FindInfo(int id)
 {
     return(infoManager.Find(id));
 }