/// <summary> /// Initializes a new instance of the /// ResultAccountGetSinnersByAuthorization class. /// </summary> public ResultAccountGetSinnersByAuthorization(SINSearchGroupResult mySINSearchGroupResult = default(SINSearchGroupResult), object myException = default(object), bool?callSuccess = default(bool?), string errorText = default(string)) { MySINSearchGroupResult = mySINSearchGroupResult; MyException = myException; CallSuccess = callSuccess; ErrorText = errorText; }
/// <summary> /// Initializes a new instance of the ResultGroupGetSearchGroups class. /// </summary> public ResultGroupGetSearchGroups(SINSearchGroupResult mySearchGroupResult = default(SINSearchGroupResult), object myException = default(object), bool?callSuccess = default(bool?), string errorText = default(string)) { MySearchGroupResult = mySearchGroupResult; MyException = myException; CallSuccess = callSuccess; ErrorText = errorText; }