Added AutoMapper for User related objects

This commit is contained in:
Carl Tibule
2023-01-26 18:56:22 -06:00
parent afab148337
commit 08823de474
9 changed files with 72 additions and 37 deletions

View File

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using YABA.Service.DTO;
using YABA.Common.DTOs;
namespace YABA.Service.Interfaces
{