예제 #1
0
 public asatMembershipProvider()
 {
     this.repository = new asatRepository();
 }
예제 #2
0
 public asatRoleProvider()
 {
     this.repository = new asatRepository();
 }