Example #1
0
 public bool DeleteAdmin(int id)
 {
     try
     {
         return(_DeviseRepository.DeleteAdmin(id));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }