Skip to content

Commit 1a1d355

Browse files
committed
update
1 parent c818896 commit 1a1d355

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WebApplication1/MSSQLDataAccesService.asmx.cs

-3
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,7 @@ public XmlDocument getPrivilege(string aUser, string aDataBase, string aPassword
203203

204204

205205
[WebMethod]
206-
public XmlDocument getUsers (string aUser, string aDataBase, string aPassword)
207-
=======
208206
public XmlDocument getUsers(string aUser, string aDataBase, string aPassword)
209-
>>>>>>> origin/master
210207
{
211208
prepareMSSQLConnectionString(aUser, aPassword, aDataBase);
212209

0 commit comments

Comments
 (0)