using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BO.BO.Dtos { public class SyncBaseDto { public long? Service_ID { get; set; } public long? Client_ID { get; set; } public long? B3_ID { get; set; } public string CreateUserName { get; set; } } }