Exemplo n.º 1
0
 public AdminService()
 {
     db = new DatabaseConnection();
 }
Exemplo n.º 2
0
 public UserService()
 {
     db = new DatabaseConnection();
 }