BirdsiteLive/src/DataAccessLayers/BirdsiteLive.DAL.Postgres/DataAccessLayers/FollowersPostgresDal.cs

9 lines
169 B
C#
Raw Normal View History

2020-07-06 02:22:34 +02:00
using BirdsiteLive.DAL.Contracts;
namespace BirdsiteLive.DAL.Postgres.DataAccessLayers
{
public class FollowersPostgresDal : IFollowersDal
{
}
}