Example #1
0
 public DesignationRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }
Example #2
0
 public BranchRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }
Example #3
0
 public CategoryRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }
Example #4
0
 public ContactRepo()
 {
     _sqlRepo = new SqlHelperRepo();
 }
Example #5
0
 public CourierRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }
Example #6
0
 public AgentRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }
Example #7
0
 public UserRepo()
 {
     _sqlRepo = new SqlHelperRepo();
 }
Example #8
0
 public StateRepo()
 {
     _sqlHelper = new SqlHelperRepo();
 }