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