public SetManager(TestDtoMappContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public SetAddress(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }
Exemplo n.º 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;
 }
Exemplo n.º 6
0
 public EmployeePersonalInfo(TestDtoMappContext context, Mapper mapper)
 {
     this.context = context;
     this.mapper  = mapper;
 }