예제 #1
0
 public int GetCount(Expression <Func <T, bool> > whereLandba)
 {
     return(dal.GetCount(whereLandba));
 }