Ejemplo n.º 1
0
 public List <ObjTypePropertyModel> GetOBJTypePropByName(string BOTID, string Name)
 {
     return(PrivateObjectCreate <ObjTypePropertyModel> .CreatIObjectTypeProperty("ObjTypePropertyBusiness").GetBOTProp(BOTID, Name));
 }