Esempio n. 1
0
 public bool GetCountByOId(string oid, string count)
 {
     return(dal.GetCountByOId(oid, count) > 0);
 }