refactor(extensions): getrennt nach http-Methoden.
- Kommentare zur Dokumentation hinzugefügt.
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user