Ejemplo n.º 1
0
 public GroupInfo Get(int id)
 {
     return(DataAccessProxy.Get <GroupInfo>(id));
 }