Unable to resolve service for type 'System.Int32' – Asp.net
Is it possible to have interfaces with other paramaters together like here below? I do this because I have private setters and have one constructor. planning constructor (Logic) public Planning( IPlanningDAL planningDAL, IPlanningParticipantDAL planningParticipantDAL, ICategoryCollectionDAL categoryCollectionDAL, ITaskCollectionDAL taskCollectionDAL, ITaskDAL taskDAL,…