Example #1
0
 /// <summary>
 /// To Get Cop Mechanism By Id
 /// </summary>
 /// <param name="UserId"></param>
 /// <returns></returns>
 public CopMechanismBO GetCopMechanismById(int UserId)
 {
     objCopMechanismDAL = new CopMechanismDAL();
     return(objCopMechanismDAL.GetCopMechanismById(UserId));
 }