12 lines
221 B
C#
12 lines
221 B
C#
|
|
using MyCode.Project.Domain.Model;
|
|||
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
using System.Threading.Tasks;
|
|||
|
|
|
|||
|
|
namespace MyCode.Project.Domain.Message.Response.WorkProcess
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|