Esempio n. 1
0
 public EntryFee GetEntryFeeById(int entryFeeId)
 {
     return(_productManager.SelectEntryFeeById(entryFeeId));
 }