using AsbCloudApp.Data; namespace AsbCloudApp.Services { public interface IOperationValueService : ICrudService { } }