Example #1
0
 public bool UpdateCustomerRole(UserRole userRole)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public bool AddUserRole(UserRole userRole)
 {
     throw new NotImplementedException();
 }