public GPSRecordRepository(GPSRecordContext gpsRecordContext) : base(gpsRecordContext)
 {
 }
예제 #2
0
 public Repository(GPSRecordContext gpsRecordContext)
 {
     _gpsRecordContext = gpsRecordContext;
 }