namespace IStation.DAL { /// /// /// public interface IHydraulicModelScada { /// /// /// ConnectionConfig ConnectionConfig { get; } /// /// /// bool Inserts(List list); /// /// /// bool BulkInserts(List list); /// /// /// bool DeleteAll(); /// /// /// List GetAll(); } }