Example #1
0
 public TblClients GetClientByCriteria(int key)
 {
     return(MastersDAL.GetClientByCriteria(key));
 }