source: ChapterX.Infrastructure/Data/DataContext/Schemas.cs@ 0b502c2

main
Last change on this file since 0b502c2 was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added files

  • Property mode set to 100644
File size: 263 bytes
RevLine 
[877c13c]1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using System.Threading.Tasks;
6
7namespace 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.