public static int UpdateOtherInfo(OtherInfoPerSaMIProfile objOtherInfoPerSaMIProfile, List<FEDocumentsPerSaMIProfile> lstFEDocumentsPerSaMIProfile) { return new OtherInfoPerSaMIProfileDAO().UpdateOtherInfo(objOtherInfoPerSaMIProfile, lstFEDocumentsPerSaMIProfile); }
public static OtherInfoPerSaMIProfile GetOtherInfo(int SaMIProfileID) { OtherInfoPerSaMIProfile objOtherInfoPerSaMIProfile = new OtherInfoPerSaMIProfile(); return (OtherInfoPerSaMIProfile)(new OtherInfoPerSaMIProfileDAO().FillDTO(objOtherInfoPerSaMIProfile, "SaMIProfileID=" + SaMIProfileID)); }