コード例 #1
0
 public void AddReward(int id, Reward <string> reward)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
        public SoMuch AddReward([SwaggerExample("GUID")] int id, [RequiredConditionally] Reward <string> reward)
        {
            SwagValidator.Validate(reward);

            return(new SoMuch());
        }
コード例 #3
0
 public void AddReward(int id, Reward reward)
 {
     throw new NotImplementedException();
 }