예제 #1
0
파일: TableInfo.cs 프로젝트: 24418863/rdm
 private bool FetchIsLookup()
 {
     return(_catalogueRepository.IsLookupTable(this));
 }