예제 #1
0
 public DataTable LoadAccessCategories(int locationID)
 {
     return(_AgreementRepository.LoadAccessCategories(locationID));
 }