Example #1
0
 public CompanySizeRepository()
 {
     this.context = new ProjectGn();
 }
Example #2
0
 public CustomerRepository()
 {
     this.context = new ProjectGn();
 }