cloutier--bird.makeup/src/DataAccessLayers/BirdsiteLive.DAL/Contracts/IFollowersDal.cs

7 lines
99 B
C#
Raw Normal View History

2020-07-05 20:22:34 -04:00
namespace BirdsiteLive.DAL.Contracts
{
public interface IFollowersDal
{
}
}