refactor(extensions): getrennt nach http-Methoden.
- Kommentare zur Dokumentation hinzugefügt.
This commit is contained in:
parent
7d575398c6
commit
f18840267d
@ -1,4 +1,4 @@
|
|||||||
using Leanetec.EConnect.Client.Models;
|
using Leanetec.EConnect.Client.Dto;
|
||||||
using MediatR;
|
using MediatR;
|
||||||
|
|
||||||
namespace Leanetec.EConnect.Client.Alive;
|
namespace Leanetec.EConnect.Client.Alive;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using Leanetec.EConnect.Client.Models;
|
using Leanetec.EConnect.Client.Dto;
|
||||||
using Leanetec.EConnect.Domain.Entities;
|
using Leanetec.EConnect.Domain.Entities;
|
||||||
using MediatR;
|
using MediatR;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using Leanetec.EConnect.Client.Models;
|
using Leanetec.EConnect.Client.Dto;
|
||||||
using Leanetec.EConnect.Domain.Entities;
|
using Leanetec.EConnect.Domain.Entities;
|
||||||
using MediatR;
|
using MediatR;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
using Leanetec.EConnect.Client.Models;
|
using Leanetec.EConnect.Client.Dto;
|
||||||
using Leanetec.EConnect.Domain.Entities;
|
using Leanetec.EConnect.Domain.Entities;
|
||||||
using MediatR;
|
using MediatR;
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
using MediatR;
|
using MediatR;
|
||||||
|
|
||||||
namespace Leanetec.EConnect.Client.Models;
|
namespace Leanetec.EConnect.Client.Dto;
|
||||||
|
|
||||||
public record CommonRequest
|
public record CommonRequest
|
||||||
{
|
{
|
||||||
Loading…
x
Reference in New Issue
Block a user