TasksProjectDto.cs 207 B

1234567891011121314
  1. using IMCS.CCS.Entitys;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Threading.Tasks;
  6. namespace IMCS.CCS.Dto
  7. {
  8. public class TasksProjectDto : Tasks
  9. {
  10. }
  11. }