예제 #1
0
 public SessionFactory(ISettingsService settingsService)
 {
     _connectionString = settingsService.GetDataBaseConnectionString();
 }