Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Medic
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hasan.bahjat
Medic
Commits
f329fd46
Commit
f329fd46
authored
Jun 22, 2024
by
hasan khaddour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add config files
parent
2f750fb5
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
49 additions
and
1 deletion
+49
-1
IngredientConfiguration.cs
...tions/Ingredient Configuration/IngredientConfiguration.cs
+12
-0
MedicalStateConfiguration.cs
.../Medical State Configuration/MedicalStateConfiguration.cs
+12
-0
MedicineConfiguration.cs
...gurations/Medicine Configuration/MedicineConfiguration.cs
+12
-0
PatientConfiguration.cs
...figurations/Patient Configuration/PatientConfiguration.cs
+12
-0
Infrastructure.csproj.AssemblyReference.cache
...ebug/net5.0/Infrastructure.csproj.AssemblyReference.cache
+0
-0
Infrastructure.csproj.CoreCompileInputs.cache
...ebug/net5.0/Infrastructure.csproj.CoreCompileInputs.cache
+1
-1
Infrastructure.dll
Infrastructure/obj/Debug/net5.0/Infrastructure.dll
+0
-0
Infrastructure.pdb
Infrastructure/obj/Debug/net5.0/Infrastructure.pdb
+0
-0
No files found.
Infrastructure/Configurations/Ingredient Configuration/IngredientConfiguration.cs
0 → 100644
View file @
f329fd46
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Infrastructure.Configurations
{
public
class
IngredientConfiguration
{
}
}
Infrastructure/Configurations/Medical State Configuration/MedicalStateConfiguration.cs
0 → 100644
View file @
f329fd46
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Infrastructure.Configurations
{
public
class
MedicalStateConfiguration
{
}
}
Infrastructure/Configurations/Medicine Configuration/MedicineConfiguration.cs
0 → 100644
View file @
f329fd46
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Infrastructure.Configurations
{
public
class
MedicineConfiguration
{
}
}
Infrastructure/Configurations/Patient Configuration/PatientConfiguration.cs
0 → 100644
View file @
f329fd46
using
System
;
using
System.Collections.Generic
;
using
System.Linq
;
using
System.Text
;
using
System.Threading.Tasks
;
namespace
Infrastructure.Configurations
{
public
class
PatientConfiguration
{
}
}
Infrastructure/obj/Debug/net5.0/Infrastructure.csproj.AssemblyReference.cache
View file @
f329fd46
No preview for this file type
Infrastructure/obj/Debug/net5.0/Infrastructure.csproj.CoreCompileInputs.cache
View file @
f329fd46
ba80f8fbd17b5cd8f1231031e8a9c92aca903458
a27bbfb63f049ec92be79add681b9cd85b4b3841
Infrastructure/obj/Debug/net5.0/Infrastructure.dll
View file @
f329fd46
No preview for this file type
Infrastructure/obj/Debug/net5.0/Infrastructure.pdb
View file @
f329fd46
No preview for this file type
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