en preparant le badge "activité à configurer!"

This commit is contained in:
Paul Schneider 2017-03-03 17:36:29 +01:00
commit cc59db24b0
16 changed files with 78 additions and 20 deletions

View file

@ -3,5 +3,6 @@ namespace YavscLib
public interface ISpecializationSettings
{
string UserId { get ; set ; }
bool ExistsInDb(object dbContext);
}
}