wiring up new auth endpoint
This commit is contained in:
parent
b6999cef0a
commit
a13fb49942
17 changed files with 850 additions and 37 deletions
|
@ -1,9 +1,10 @@
|
|||
using System.Collections.Generic;
|
||||
using MediatR;
|
||||
using Sledgemapper.Shared.Entities;
|
||||
|
||||
namespace Sledgemapper.Api.Commands
|
||||
{
|
||||
public class GetCampaignsCommand : IRequest<List<Core.Entities.Campaign>>
|
||||
public class GetCampaignsCommand : IRequest<List<Campaign>>
|
||||
{
|
||||
public string UserId { get; private set; }
|
||||
public GetCampaignsCommand(string userId)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue