예제 #1
0
        public void Setup()
        {
            var wellLocationData   = @"exceptional_tn_streams.csv";
            var wellProductionData = @"WellProductionExample.csv";

            repository = new OilWellRepository(wellLocationData, wellProductionData);
        }
예제 #2
0
 public void Cleanup()
 {
     repository = null;
 }