コード例 #1
0
 public IEnumerable <User> GetUsers(int awardId) => _associationsDao.GetAssociatedEntities(awardId);
コード例 #2
0
ファイル: RolesManager.cs プロジェクト: CiberPoros/xt_net_web
 public IEnumerable <Role> GetRolesByUserId(int userId) => _userRoleAssociationsDao.GetAssociatedEntities(userId);
コード例 #3
0
ファイル: UsersManager.cs プロジェクト: CiberPoros/xt_net_web
 public IEnumerable <Award> GetAwards(int userId) => _associationsDao.GetAssociatedEntities(userId);