Esempio n. 1
0
    public BaseObject GetById(string className, string objectId, string bankCode, string Password)
    {
        BaseObject result = new BaseObject();

        result = bll.GetById(className, objectId, bankCode, Password);
        return(result);
    }
Esempio n. 2
0
 public Entity GetById(string CompanyCode, string ObjectClassName, string ObjectId)
 {
     return(bll.GetById(CompanyCode, ObjectClassName, ObjectId));
 }