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