Example #1
0
 /// <summary>
 /// To Get Cop Mechanism
 /// </summary>
 /// <returns></returns>
 public CopMechanismList GetCopMechanism()//(CopMechanism oCopMechanism)
 {
     objCopMechanismDAL = new CopMechanismDAL();
     return(objCopMechanismDAL.GetCopMechanism());// (oCopMechanism);
 }