コード例 #1
0
 //查询所有关怀
 public List <CustomerCare> AllSelectCustomerCare()
 {
     return(Dal.AllSelectCustomerCare());
 }