Exemplo n.º 1
0
 public asatMembershipProvider()
 {
     this.repository = new asatRepository();
 }
Exemplo n.º 2
0
 public asatRoleProvider()
 {
     this.repository = new asatRepository();
 }