Example #1
0
 public CommisionRepository()
 {
     _hanysContext = SingletonForEF.Instance;
 }
Example #2
0
 public CommonRepository()
 {
     _hanysContext = new IBSDbContext();
 }
Example #3
0
 public CarrierRepository()
 {
     _hanysContext = SingletonForEF.Instance;
 }
Example #4
0
 public ClientRepository()
 {
     _hanysContext = SingletonForEF.Instance;
 }
Example #5
0
 public PolicyRepository()
 {
     _hanysContext = new IBSDbContext();
 }