using New_College.IServices.BASE; using New_College.Model.Models; namespace New_College.IServices { /// /// IT_GearInfoServices /// public interface IT_GearInfoServices :IBaseServices { } }