Example #1
0
 public List <Calisan> TumCalisanlariGetir()
 {
     return(_calisanRepository.GetAllById().ToList());
 }