Exemple #1
0
 public IQueryable <BetType> GetSingle(int?betTypeId)
 {
     return(_betTypeRepository.GetSingle(betTypeId));
 }