예제 #1
0
 public int AddTournamentType(string name)
 {
     Logger.Trace("Add tournament type {0}", name);
     return(InvokeOperations.InvokeOperation(() => tournamentRepository.AddTournamentType(name)));
 }