예제 #1
0
 public BaseMapperService(bool autoCreateMapper)
 {
     if (autoCreateMapper)
     {
         BaseMapperService.CreateMapperMember(this);
     }
 }
예제 #2
0
 public BaseMapperService()
 {
     BaseMapperService.CreateMapperMember(this);
 }