Example #1
0
 public static List <Relatives> GetList()
 {
     return(RelativesDAL.GetList());
 }
Example #2
0
 public static List <Relatives> GetByClient(int id)
 {
     return(RelativesDAL.GetList(id));
 }