예제 #1
0
 public List <AddressModel> Address_Select(string strSearch)
 {
     return(_repo.Address_Select(strSearch));
 }