Example #1
0
 public List <TblClientsContactDetails> GetAllClientsContact()
 {
     return(MastersDAL.GetAllClientsContact());
 }