Ejemplo n.º 1
0
 public Coordinate GetNextEntryPosition <T>(T entryItem)
 {
     return(EntryRule.GetNextEntryPosition(entryItem));
 }