예제 #1
0
 public FiasDbContext BuildForAll()
 {
     return(new FiasDbContext(_settings, _modelDescriptionFactory.GetAll()));
 }