示例#1
0
 public bool Add(Genre genre)
 {
     try
     {
         return(_genreDao.Add(genre));
     }
     catch
     {
         throw;
     }
 }