Beispiel #1
0
 public DbGoalType GetGoalTypeById(Guid goalTypeId)
 {
     return(myGameDbManager.GetGoalTypeById(goalTypeId));
 }