public SetManager(TestDtoMappContext context)
 {
     this.context = context;
 }
Example #2
0
 public SetAddress(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Example #3
0
 public AddEmployee(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
 public SetBirthday(TestDtoMappContext context)
 {
     this.context = context;
 }
 public ManagerInfo(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Example #6
0
 public EmployeePersonalInfo(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }