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
028f8dcb
authored
Mar 26, 2022
by
Alex Nasyr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetic
parent
ca48b6e6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
SocialMinistryDataExchange/Controllers/apiController.cs
SocialMinistryDataExchange/Model/SMRepository.cs
SocialMinistryDataExchange/Controllers/apiController.cs
View file @
028f8dcb
...
...
@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace
SocialMinistryDataExchange.Controllers
{
[
ApiController
]
public
class
apiController
:
ControllerBase
{
private
ISMRepository
_repository
;
private
readonly
ISMRepository
_repository
;
public
apiController
(
ISMRepository
repository
)
{
_repository
=
repository
;
...
...
SocialMinistryDataExchange/Model/SMRepository.cs
View file @
028f8dcb
...
...
@@ -7,8 +7,9 @@ using Microsoft.Extensions.Logging;
namespace
SocialMinistryDataExchange.Model
{
public
class
SMRepository
:
ISMRepository
{
private
IContingentContext
_contingentContext
;
private
readonly
IContingentContext
_contingentContext
;
private
readonly
ILogger
_logger
;
public
SMRepository
()
{
}
public
SMRepository
(
IContingentContext
contingentContext
,
ILogger
<
SMRepository
>
logger
)
{
...
...
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