Dominique.freyd 16 년 전
부모
커밋
0e9ebf1d2f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Interface/IEntrepotContact.cs

+ 2 - 0
CG67.FicheCollege.root/CG67.FicheCollege/Core/CG67.FicheCollege.Interface/IEntrepotContact.cs

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