Пример #1
0
 public static bool Ekle(Manager m)
 {
     try
     {
         return(ManagerDAL.Ekle(m));
     }
     catch (Exception)
     {
         throw;
     }
 }