コード例 #1
0
 public Badge GetBadgeById(int id)
 {
     try
     {
         return(_service.GetBadgeById(id));
     }
     catch (Exception e)
     {
         throw e;
     }
 }