8 lines
No EOL
178 B
C#
8 lines
No EOL
178 B
C#
namespace Robware.Auth.Tests {
|
|
internal class TestUser : User {
|
|
public TestUser(string username, string password) {
|
|
Username = username;
|
|
Password = password;
|
|
}
|
|
}
|
|
} |