Example #1
0
 public CommentsRepository()
 {
     _dbConfig = DbHelper.GetConfig();
 }
Example #2
0
 public TypeRepository()
 {
     _dbConfig = DbHelper.GetConfig();
 }