|
@@ -1,5 +1,6 @@
|
|
|
using System.Collections.Generic;
|
|
|
using System.Threading.Tasks;
|
|
|
+using GxPress.Result.App.Group;
|
|
|
|
|
|
namespace GxPress.Service.Implement.Group
|
|
|
{
|
|
@@ -11,7 +12,7 @@ namespace GxPress.Service.Implement.Group
|
|
|
/// </summary>
|
|
|
/// <param name="categoryId"></param>
|
|
|
/// <returns></returns>
|
|
|
- public async Task<IEnumerable<Entity.Group>> GetAllAsync(int categoryId,int userId)
|
|
|
+ public async Task<IEnumerable<SearchGroupDetailResult>> GetAllAsync(int categoryId,int userId)
|
|
|
{
|
|
|
var group = await _groupRepository.GetAllAsync(categoryId,userId);
|
|
|
foreach (var item in group)
|