Пример #1
0
 public int SaveBadge(Badge badge)
 {
     try
     {
         return(_repository.SaveBadge(badge));
     }
     catch (Exception e)
     {
         throw e;
     }
 }