forked from ddrilling/AsbCloudServer
9 lines
164 B
C#
9 lines
164 B
C#
using AsbCloudApp.Data;
|
|
|
|
namespace AsbCloudApp.Services
|
|
{
|
|
public interface IOperationValueService : ICrudWellRelatedService<OperationValueDto>
|
|
{
|
|
}
|
|
}
|