|
@@ -7,6 +7,8 @@ namespace CG67.FicheCollege.Interface
|
|
|
{
|
|
{
|
|
|
public interface IEntrepotContact
|
|
public interface IEntrepotContact
|
|
|
{
|
|
{
|
|
|
|
|
+ IList<Contact> GetAllContactByCodeRNE(string codeRNE);
|
|
|
IList<Contact> GetByCodeRNE(string codeRNE);
|
|
IList<Contact> GetByCodeRNE(string codeRNE);
|
|
|
|
|
+ Contact GetConseillerGeneralByRNE(string codeRNE);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|