Skip to content

Commit ee7f1ac

Browse files
authored
Update README.md
1 parent 3c89c0b commit ee7f1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Welcome to SQL-APIConsumer project!. It's Database Project built in C# whose mai
33

44
This project has two main procedures defined below:
55

6-
1. **APICaller_GET_Json (SqlString URL)**
7-
1. **APICaller_POST_Json(SqlString URL, SqlString JsonBody)**
6+
1. **APICaller_GET(SqlString URL)**
7+
1. **APICaller_POST(SqlString URL, SqlString JsonBody)**
88

99
It include 3rd one, that is basically an example of how to implement a customized method that return a result set based in a Data transfer object (DTO).
1010

0 commit comments

Comments
 (0)