Esempio n. 1
0
        public static IncidentDS.IncidentDSDataTable OpenFollowUpIncident(Int32 incidentId, Int32 agentId)
        {
            IncidentDSTableAdapter ta = new IncidentDSTableAdapter();

            ta.Connection.ConnectionString = UcConnection.ConnectionString;
            return(ta.OpenFollowUp(incidentId, agentId));
        }