Пример #1
0
 public bool IsExist(object id)
 {
     return(baseDao.IsExist(id));
 }