Exemplo n.º 1
0
 public int DeleteBadge(Badge badge)
 {
     try
     {
         return(_repository.DeleteBadge(badge));
     }
     catch (Exception e)
     {
         throw e;
     }
 }