Esempio n. 1
0
 private void List()
 {
     customerBusiness          = new CustomerBusiness(customer);
     classBusiness.dgwCustomer = dgwCustomer;
     classBusiness.Operation(customerBusiness, ClassBusiness.OperationType.List);
 }