예제 #1
0
        public string AssociateEmployee(ClientEntity orgAccount)
        {
            var clientDAC = new ClientDAC();

            return(clientDAC.AssociateEmployee(orgAccount));
        }