Example #1
0
 public TblRoleMaster GetRoleByCriteria(int key)
 {
     return(MastersDAL.GetRoleByCriteria(key));
 }