Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Marat Pavlov
/
AlexAdapter
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5c6163fb
authored
Apr 07, 2022
by
AlexNasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
00
parent
74600c1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
SocialMinistryDataExchange/Controllers/apiController.cs
SocialMinistryDataExchange/Controllers/apiController.cs
View file @
5c6163fb
...
...
@@ -11,15 +11,13 @@ namespace SocialMinistryDataExchange.Controllers {
public
class
apiController
:
ControllerBase
{
private
readonly
ISMRepository
_repository
;
private
readonly
MessageProducer
_messageProducer
;
//private readonly StringMessageCunsomer _cunsomer;
//public apiController(ISMRepository repository, MessageProducer messageProducer, StringMessageCunsomer cunsomer) {
public
apiController
(
ISMRepository
repository
,
MessageProducer
messageProducer
)
{
_repository
=
repository
;
_messageProducer
=
messageProducer
;
//_cunsomer = cunsomer;
}
//тестовый запрос для симуляции получения XML запроса (берется из файла)
[
HttpGet
]
[
Route
(
"[controller]/putXMLDefenceStatus"
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment