Load operations on campaign page
This commit is contained in:
@ -41,7 +41,7 @@ namespace Hcs.WebApp.Services
|
||||
select operation).ToListAsync();
|
||||
}
|
||||
|
||||
public async Task<IEnumerable<Operation>> GetOperationsAsync(int campaignId)
|
||||
public async Task<ICollection<Operation>> GetOperationsAsync(int campaignId)
|
||||
{
|
||||
using var context = GetNewContext();
|
||||
return await (from operation in context.Operations
|
||||
|
||||
Reference in New Issue
Block a user