main
|
Last change
on this file since a8f4a2d was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago |
|
Added files
|
-
Property mode
set to
100644
|
|
File size:
263 bytes
|
| Line | |
|---|
| 1 | using System;
|
|---|
| 2 | using System.Collections.Generic;
|
|---|
| 3 | using System.Linq;
|
|---|
| 4 | using System.Text;
|
|---|
| 5 | using System.Threading.Tasks;
|
|---|
| 6 |
|
|---|
| 7 | namespace ChapterX.Infrastructure.Data.DataContext
|
|---|
| 8 | {
|
|---|
| 9 | internal class Schemas
|
|---|
| 10 | {
|
|---|
| 11 | public const string Default = "public";
|
|---|
| 12 | }
|
|---|
| 13 |
|
|---|
| 14 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.