コード例 #1
0
 public List <long> GetAllCustomerID()
 {
     _customerDAO = new CustomerDAOMSSQL();
     return(_customerDAO.GetAllCustomerID());
 }