namespace AsbCloudApp.Services { public interface ILastDataService { Tdto Get(int idWell, int idCategory); void Upsert(int idWell, int idCategory, Tdto value); } }