예제 #1
0
파일: RelativesBLL.cs 프로젝트: ahmgeek/crm
 public static List <Relatives> GetList()
 {
     return(RelativesDAL.GetList());
 }
예제 #2
0
파일: RelativesBLL.cs 프로젝트: ahmgeek/crm
 public static List <Relatives> GetByClient(int id)
 {
     return(RelativesDAL.GetList(id));
 }