コード例 #1
0
ファイル: OrgExtFinder.cs プロジェクト: aehyok/InputModel
 public bool FindByFatherID(OrgExtInfo _org)
 {
     return(((string)_org.GetValue("SJDWID")) == FindStr);
 }
コード例 #2
0
ファイル: OrgExtFinder.cs プロジェクト: aehyok/InputModel
 public bool FindByID(OrgExtInfo _org)
 {
     return(((string)_org.GetValue("ZZJGID")) == FindStr);
 }