using Marco.Pms.Model.Activities; namespace Marco.Pms.DataAccess.Repository.IRepository { public interface ITaskAllocationRepository : IRepository { void Update(TaskAllocation employeeAllocation); } }