Ejemplo n.º 1
0
 public int GetCount(string where, object parameters)
 {
     return(DataAccessProxy.GetCount <GroupInfo>(where, parameters));
 }