reactredux/webapi/Core/Abstractions/DomainObjects/DomainObject.cs

11 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Core.Abstractions.DomainObjects {
public abstract class DomainObject {
}
}