Skip to content

Commit 0538bb2

Browse files
committed
InitialDbBuilder changed to DefaultTenantBuilder
1 parent 1ee749f commit 0538bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Developing-Step-By-Step.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h3>Database Migrations</h3>
333333
tests</strong>. Surely, we should be careful about seed data since this code will always
334334
be executed after each <strong>Update-Database</strong> command (See EntityFramework
335335
documentations to know more about seed data). This class is created and called
336-
in <strong>InitialDbBuilder</strong> class, and it's called from
336+
in <strong>DefaultTenantBuilder</strong> class, and it's called from
337337
EntityFramework's <strong>Configuration</strong> class. This is not so
338338
important, just for a good code organization (see source codes).</p>
339339

0 commit comments

Comments
 (0)