예제 #1
0
 public List <CheckListHeaderADODB> GetCheckListHeadersWithDapper()
 {
     return(_dapperRepo.GetAllCheklistByCheckType(1));
 }