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