BusinessApplicationAutoMapperProfile.cs 195 B

1234567891011
  1. using AutoMapper;
  2. namespace Business
  3. {
  4. public class BusinessApplicationAutoMapperProfile : Profile
  5. {
  6. public BusinessApplicationAutoMapperProfile()
  7. {
  8. }
  9. }
  10. }