Skip to content

Commit 1ef053e

Browse files
authored
Update README.md
1 parent 5158a5a commit 1ef053e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ using StackExchange/dapper-dot-net to develop 3-Tier Architecture. Just a simple
44

55
A simple 3-tier architecture using the Dapper relational object mapper.
66

7-
Dapper:a simple object mapper for .Net developed by Stackexchange.
7+
- Dapper:a simple object mapper for .Net developed by Stackexchange.
88

9-
Dapper-Extensions:Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs.
9+
- Dapper-Extensions:Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs.
1010

1111
## UI layer:
1212
Dapper.Console:A simple console program act as UI layer.
1313

1414
## Business logic layer:
15-
Dapper.IBLL:BLL's abstract interface.
16-
Dapper.BLL:BLL's implementation。(call different DAL layers depending on the configuration file)
15+
- Dapper.IBLL:BLL's abstract interface.
16+
- Dapper.BLL:BLL's implementation。(call different DAL layers depending on the configuration file)
1717

1818
## Data access layer:
19-
Dapper.IDAL:DAL's abstract interface.
20-
Dapper.SQLServerDAL:Implementation of different databases,derived from IDAL interface.
19+
- Dapper.IDAL:DAL's abstract interface.
20+
- Dapper.SQLServerDAL:Implementation of different databases,derived from IDAL interface.
2121

2222
## Entity :
2323
Dapper.Model:database model.

0 commit comments

Comments
 (0)