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;
|
||||
|
||||
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 MediatR;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using Leanetec.EConnect.Client.Models;
|
||||
using Leanetec.EConnect.Client.Dto;
|
||||
using Leanetec.EConnect.Domain.Entities;
|
||||
using MediatR;
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
using Leanetec.EConnect.Client.Models;
|
||||
using Leanetec.EConnect.Client.Dto;
|
||||
using Leanetec.EConnect.Domain.Entities;
|
||||
using MediatR;
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
using MediatR;
|
||||
|
||||
namespace Leanetec.EConnect.Client.Models;
|
||||
namespace Leanetec.EConnect.Client.Dto;
|
||||
|
||||
public record CommonRequest
|
||||
{
|
||||
Loading…
x
Reference in New Issue
Block a user