Esempio n. 1
0
 public void Add(HastaneBolum model)
 {
     using (HastaneBolumRepository hasbolumRepo = new HastaneBolumRepository())
     {
         try
         {
             hasbolumRepo.Add(model);
         }
         catch
         {
             throw;
         }
     }
 }