Beispiel #1
0
 public Award CreateAwardForStory(Story story)
 {
     if (BusinessUnit.HasAwardsToGive() == false)
     {
         throw new...
               return(new Award(AwardType.Results));
     }
 }