cloutier--bird.makeup/src/DataAccessLayers/BirdsiteLive.DAL/Contracts/IFollowersDal.cs
2020-07-05 20:22:34 -04:00

7 lines
No EOL
99 B
C#

namespace BirdsiteLive.DAL.Contracts
{
public interface IFollowersDal
{
}
}