Exemplo n.º 1
0
 public List <EczaneDetay> GetDetaylar()
 {
     return(_eczaneDal.GetDetayList());
 }
Exemplo n.º 2
0
 public List <EczaneDetay> GetDetaylar(Expression <Func <EczaneDetay, bool> > filter = null)
 {
     return(_eczaneDal.GetDetayList(filter));
 }