コード例 #1
0
 public IEnumerable <int> GetSpendCategoryRoleIds(int userId)
 {
     return(_securityDataProvider.GetSpendCategoryRoleIds(userId));
 }