namespace Yw.CAL { /// /// /// public interface IBimfaceFileLabel : IBaseCAL { /// /// /// Task> GetByBimfaceFileID(long BimfaceFileID); /// /// /// Task UpdateContent(long ID, string Content); /// /// /// Task Save(SaveBimfaceFileLabelInput input); } }