Example #1
0
 public BaseRepository(FormBuilderContent contenxt)
 {
     Context = contenxt;
 }
Example #2
0
 public BaseRepository()
 {
     Context = new FormBuilderContent();
 }