예제 #1
0
 public List <MesajDetay> GetAll()
 {
     try
     {
         return(_mesajDetayRepo.GetAll().ToList());
     }
     catch
     {
         throw new Exception("Beklenmedik bir hata oluştu");
     }
 }
예제 #2
0
 public ICollection <MesajDetay> GetAll()
 {
     return(_mesajDetayDAL.GetAll());
 }