using skyscraper5.Skyscraper.Scraper.Storage.Split; using skyscraper8.Ses; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace skyscraper5.Data.PostgreSql { public partial class PostgresqlDataStore : DataStorage { public bool TestForSgtList(SgtList list) { throw new NotImplementedException(); } public void InsertSgtList(SgtList list) { throw new NotImplementedException(); } public bool TestForSgtService(SgtService child) { throw new NotImplementedException(); } public void InsertSgtService(SgtService child) { throw new NotImplementedException(); } } }